#F9BBEF

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

Shades of Lavender Rose #F9BBEF

Tints of Lavender Rose #F9BBEF

Color information

#F9BBEF (or 0xF9BBEF) is unknown color: approx Lavender Rose. HEX triplet: F9, BB and EF. RGB value is (249,187,239). Sum of RGB (Red+Green+Blue) = 249+187+239=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEF is #064410. Grayscale: #D3D3D3. Windows color (decimal): -410641 or 15711225. OLE color: 15711225.

HSL color Cylindrical-coordinate representation of color #F9BBEF: hue angle of 309.68º 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 #F9BBEF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249187239-
CMYK00.250.040.02
HSL309.68º83.78%85.49%-
HSV(B)309.68º24.9%97.65%-
XYZ72.4261.9189.79-
YUV211.47143.54154.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=36.89%
G=27.70%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918723900.250.040.02309.6883.7885.49
HexF9BBEF019421365455
Octal37127335703142466124125
Binary1111100110111011111011110110011001010011011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBEF; }

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

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

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

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

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

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

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

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