Shades of Lavender Rose #FDB5ED
Tints of Lavender Rose #FDB5ED
RGB
CMYK
RGB Variations
Color information
#FDB5ED (or 0xFDB5ED) is known color: Lavender Rose. HEX triplet: FD, B5 and ED. RGB value is (253,181,237). Sum of RGB (Red+Green+Blue) = 253+181+237=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5ED is #024A12. Grayscale: #D0D0D0. Windows color (decimal): -150035 or 15578621. OLE color: 15578621.
HSL color Cylindrical-coordinate representation of color #FDB5ED: hue angle of 313.33º 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 #FDB5ED is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 237 | - |
CMYK | 0 | 0.28 | 0.06 | 0.01 |
HSL | 313.33º | 0.95% | 0.85% | - |
HSV(B) | 313.33º | 0.28% | 0.99% | - |
XYZ | 72.32 | 60.04 | 87.9 | - |
YUV | 208.91 | 143.85 | 159.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 237 | 0 | 0.28 | 0.06 | 0.01 | 313.33 | 0.95 | 0.85 |
Hex | FD | B5 | ED | 0 | 1C | 6 | 1 | 139 | 5F | 55 |
Octal | 375 | 265 | 355 | 0 | 34 | 6 | 1 | 471 | 137 | 125 |
Binary | 11111101 | 10110101 | 11101101 | 0 | 11100 | 110 | 1 | 100111001 | 1011111 | 1010101 |
Color Harmonies of #FDB5ED
Complementary color
Monochromatic Colors of #FDB5ED
Black with #FDB5ED
Text Example
Text Example
White with #FDB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5ED; }
p { color: rgb(253,181,237); }
H1.HeaderClassName
{
color: #FDB5ED;
}
.AnyTagClassName
{
color: #FDB5ED;
}
</style>
background-color css
<style>
a { background-color: #FDB5ED; }
a { background-color: rgb(253,181,237); }
div.DivClassName
{
background-color: #FDB5ED;
}
.BgClassName
{
background-color: #FDB5ED;
}
</style>
border-color css
<style>
span { border-color: #FDB5ED; }
span { border-color: rgb(253,181,237); }
td.TdClassName
{
border-color: #FDB5ED;
}
.TagClassName
{
border-color: #FDB5ED;
}
</style>