#F9BBEC

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

Shades of Lavender Rose #F9BBEC

Tints of Lavender Rose #F9BBEC

Color information

#F9BBEC (or 0xF9BBEC) is unknown color: approx Lavender Rose. HEX triplet: F9, BB and EC. RGB value is (249,187,236). Sum of RGB (Red+Green+Blue) = 249+187+236=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEC is #064413. Grayscale: #D2D2D2. Windows color (decimal): -410644 or 15514617. OLE color: 15514617.

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

Color convert

RGB249187236-
CMYK00.250.050.02
HSL312.58º83.78%85.49%-
HSV(B)312.58º24.9%97.65%-
XYZ71.9861.7487.48-
YUV211.12142.04155.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=37.05%
G=27.83%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918723600.250.050.02312.5883.7885.49
HexF9BBEC019521395455
Octal37127335403152471124125
Binary1111100110111011111011000110011011010011100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBEC; }

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

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

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

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

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

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

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

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