#F9BDE8

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

Shades of Lavender Rose #F9BDE8

Tints of Lavender Rose #F9BDE8

Color information

#F9BDE8 (or 0xF9BDE8) is unknown color: approx Lavender Rose. HEX triplet: F9, BD and E8. RGB value is (249,189,232). Sum of RGB (Red+Green+Blue) = 249+189+232=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDE8 is #064217. Grayscale: #D3D3D3. Windows color (decimal): -410136 or 15252985. OLE color: 15252985.

HSL color Cylindrical-coordinate representation of color #F9BDE8: hue angle of 317º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDE8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249189232-
CMYK00.240.070.02
HSL317º83.33%85.88%-
HSV(B)317º24.1%97.65%-
XYZ71.8362.3684.59-
YUV211.84139.38154.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 232 (91.02% from 255) = 34.63%
R=37.16%
G=28.21%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918923200.240.070.0231783.3385.88
HexF9BDE80187213d5356
Octal37127535003072475123126
Binary1111100110111101111010000110001111010011110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDE8; }

 p { color: rgb(249,189,232); }

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

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

 a { background-color: rgb(249,189,232); }

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

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

 span { border-color: rgb(249,189,232); }

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