#FDB5EC

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

Shades of Lavender Rose #FDB5EC

Tints of Lavender Rose #FDB5EC

Color information

#FDB5EC (or 0xFDB5EC) is unknown color: approx Lavender Rose. HEX triplet: FD, B5 and EC. RGB value is (253,181,236). Sum of RGB (Red+Green+Blue) = 253+181+236=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5EC is #024A13. Grayscale: #D0D0D0. Windows color (decimal): -150036 or 15513085. OLE color: 15513085.

HSL color Cylindrical-coordinate representation of color #FDB5EC: hue angle of 314.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5EC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253181236-
CMYK00.280.070.01
HSL314.17º94.74%85.1%-
HSV(B)314.17º28.46%99.22%-
XYZ72.1759.9987.13-
YUV208.8143.35159.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 27.01%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=37.76%
G=27.01%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318123600.280.070.01314.1794.7485.1
HexFDB5EC01C7113a5f55
Octal37526535403471472137125
Binary111111011011010111101100011100111110011101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5EC; }

 p { color: rgb(253,181,236); }

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

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

 a { background-color: rgb(253,181,236); }

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

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

 span { border-color: rgb(253,181,236); }

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