#F9B9EC

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

Shades of Lavender Rose #F9B9EC

Tints of Lavender Rose #F9B9EC

Color information

#F9B9EC (or 0xF9B9EC) is unknown color: approx Lavender Rose. HEX triplet: F9, B9 and EC. RGB value is (249,185,236). Sum of RGB (Red+Green+Blue) = 249+185+236=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9EC is #064613. Grayscale: #D1D1D1. Windows color (decimal): -411156 or 15514105. OLE color: 15514105.

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

Color convert

RGB249185236-
CMYK00.260.050.02
HSL312.19º84.21%85.1%-
HSV(B)312.19º25.7%97.65%-
XYZ71.5660.8987.34-
YUV209.95142.7155.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 185 (72.66% from 255) = 27.61%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=37.16%
G=27.61%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918523600.260.050.02312.1984.2185.1
HexF9B9EC01A521385455
Octal37127135403252470124125
Binary1111100110111001111011000110101011010011100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9EC; }

 p { color: rgb(249,185,236); }

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

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

 a { background-color: rgb(249,185,236); }

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

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

 span { border-color: rgb(249,185,236); }

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