#F9BBF6

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

Shades of Lavender Rose #F9BBF6

Tints of Lavender Rose #F9BBF6

Color information

#F9BBF6 (or 0xF9BBF6) is unknown color: approx Lavender Rose. HEX triplet: F9, BB and F6. RGB value is (249,187,246). Sum of RGB (Red+Green+Blue) = 249+187+246=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBF6 is #064409. Grayscale: #D4D4D4. Windows color (decimal): -410634 or 16169977. OLE color: 16169977.

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

Color convert

RGB249187246-
CMYK00.250.010.02
HSL302.9º83.78%85.49%-
HSV(B)302.9º24.9%97.65%-
XYZ73.4762.3395.35-
YUV212.26147.04154.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=36.51%
G=27.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918724600.250.010.02302.983.7885.49
HexF9BBF60191212f5455
Octal37127336603112457124125
Binary11111001101110111111011001100111010010111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBF6; }

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

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

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

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

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

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

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

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