#F9BDEC

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

Shades of Lavender Rose #F9BDEC

Tints of Lavender Rose #F9BDEC

Color information

#F9BDEC (or 0xF9BDEC) is unknown color: approx Lavender Rose. HEX triplet: F9, BD and EC. RGB value is (249,189,236). Sum of RGB (Red+Green+Blue) = 249+189+236=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDEC is #064213. Grayscale: #D4D4D4. Windows color (decimal): -410132 or 15515129. OLE color: 15515129.

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

Color convert

RGB249189236-
CMYK00.240.050.02
HSL313º83.33%85.88%-
HSV(B)313º24.1%97.65%-
XYZ72.462.5987.62-
YUV212.3141.38154.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 189 (74.22% from 255) = 28.04%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=36.94%
G=28.04%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918923600.240.050.0231383.3385.88
HexF9BDEC018521395356
Octal37127535403052471123126
Binary1111100110111101111011000110001011010011100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDEC; }

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

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

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

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

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

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

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

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