#F9BBE7

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

Shades of Lavender Rose #F9BBE7

Tints of Lavender Rose #F9BBE7

Color information

#F9BBE7 (or 0xF9BBE7) is unknown color: approx Lavender Rose. HEX triplet: F9, BB and E7. RGB value is (249,187,231). Sum of RGB (Red+Green+Blue) = 249+187+231=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBE7 is #064418. Grayscale: #D2D2D2. Windows color (decimal): -410649 or 15186937. OLE color: 15186937.

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

Color convert

RGB249187231-
CMYK00.250.070.02
HSL317.42º83.78%85.49%-
HSV(B)317.42º24.9%97.65%-
XYZ71.2661.4583.71-
YUV210.55139.54155.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.33%
GREEN value IS 187 (73.44% from 255) = 28.04%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=37.33%
G=28.04%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918723100.250.070.02317.4283.7885.49
HexF9BBE70197213d5455
Octal37127334703172475124125
Binary1111100110111011111001110110011111010011110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBE7; }

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

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

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

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

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

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

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

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