#F9BDE9

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

Shades of Lavender Rose #F9BDE9

Tints of Lavender Rose #F9BDE9

Color information

#F9BDE9 (or 0xF9BDE9) is unknown color: approx Lavender Rose. HEX triplet: F9, BD and E9. RGB value is (249,189,233). Sum of RGB (Red+Green+Blue) = 249+189+233=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDE9 is #064216. Grayscale: #D3D3D3. Windows color (decimal): -410135 or 15318521. OLE color: 15318521.

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

Color convert

RGB249189233-
CMYK00.240.060.02
HSL316º83.33%85.88%-
HSV(B)316º24.1%97.65%-
XYZ71.9762.4285.35-
YUV211.96139.88154.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=37.11%
G=28.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918923300.240.060.0231683.3385.88
HexF9BDE90186213c5356
Octal37127535103062474123126
Binary1111100110111101111010010110001101010011110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDE9; }

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

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

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

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

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

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

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

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