Shades of Lavender Rose #FDB5EC
Tints of Lavender Rose #FDB5EC
RGB
CMYK
RGB Variations
Color information
#FDB5EC (or 0xFDB5EC) is known color: 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
RGB | 253 | 181 | 236 | - |
CMYK | 0 | 0.28 | 0.07 | 0.01 |
HSL | 314.17º | 0.95% | 0.85% | - |
HSV(B) | 314.17º | 0.28% | 0.99% | - |
XYZ | 72.17 | 59.99 | 87.13 | - |
YUV | 208.8 | 143.35 | 159.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 236 | 0 | 0.28 | 0.07 | 0.01 | 314.17 | 0.95 | 0.85 |
Hex | FD | B5 | EC | 0 | 1C | 7 | 1 | 13A | 5F | 55 |
Octal | 375 | 265 | 354 | 0 | 34 | 7 | 1 | 472 | 137 | 125 |
Binary | 11111101 | 10110101 | 11101100 | 0 | 11100 | 111 | 1 | 100111010 | 1011111 | 1010101 |
Color Harmonies of #FDB5EC
Complementary color
Monochromatic Colors of #FDB5EC
Black with #FDB5EC
Text Example
Text Example
White with #FDB5EC
Text Example
Text Example
HTML Codes & Css Web 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>