#F99CED

Color #F99CED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F99CED

Tints of Lavender Rose #F99CED

Color information

#F99CED (or 0xF99CED) is unknown color: approx Lavender Rose. HEX triplet: F9, 9C and ED. RGB value is (249,156,237). Sum of RGB (Red+Green+Blue) = 249+156+237=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CED is #066312. Grayscale: #C0C0C0. Windows color (decimal): -418579 or 15572217. OLE color: 15572217.

HSL color Cylindrical-coordinate representation of color #F99CED: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CED is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249156237-
CMYK00.370.050.02
HSL307.74º88.57%79.41%-
HSV(B)307.74º37.35%97.65%-
XYZ66.2450.0386.29-
YUV193.04152.81167.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 156 (61.33% from 255) = 24.30%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=38.79%
G=24.30%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915623700.370.050.02307.7488.5779.41
HexF99CED02552134594f
Octal37123435504552464131117
Binary11111001100111001110110101001011011010011010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CED; }

 p { color: rgb(249,156,237); }

 H1.HeaderClassName
 {
   color: #F99CED;
 }
 .AnyTagClassName
 {
   color: #F99CED;
 }
</style>
background-color css

<style>
 a { background-color: #F99CED; }

 a { background-color: rgb(249,156,237); }

 div.DivClassName
 {
   background-color: #F99CED;
 }
 .BgClassName
 {
   background-color: #F99CED;
 }
</style>
border-color css

<style>
 span { border-color: #F99CED; }

 span { border-color: rgb(249,156,237); }

 td.TdClassName
 {
   border-color: #F99CED;
 }
 .TagClassName
 {
   border-color: #F99CED;
 }
</style>