Shades of Lavender Rose #FDB5EB
Tints of Lavender Rose #FDB5EB
RGB
CMYK
RGB Variations
Color information
#FDB5EB (or 0xFDB5EB) is known color: Lavender Rose. HEX triplet: FD, B5 and EB. RGB value is (253,181,235). Sum of RGB (Red+Green+Blue) = 253+181+235=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5EB is #024A14. Grayscale: #D0D0D0. Windows color (decimal): -150037 or 15447549. OLE color: 15447549.
HSL color Cylindrical-coordinate representation of color #FDB5EB: hue angle of 315º 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 #FDB5EB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 235 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.01 |
| HSL | 315º | 0.95% | 0.85% | - |
| HSV(B) | 315º | 0.28% | 0.99% | - |
| XYZ | 72.03 | 59.93 | 86.37 | - |
| YUV | 208.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 235 | 0 | 0.28 | 0.07 | 0.01 | 315 | 0.95 | 0.85 |
| Hex | FD | B5 | EB | 0 | 1C | 7 | 1 | 13B | 5F | 55 |
| Octal | 375 | 265 | 353 | 0 | 34 | 7 | 1 | 473 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11101011 | 0 | 11100 | 111 | 1 | 100111011 | 1011111 | 1010101 |
Color Harmonies of #FDB5EB
Complementary color
Monochromatic Colors of #FDB5EB
Black with #FDB5EB
Text Example
Text Example
White with #FDB5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5EB; }
p { color: rgb(253,181,235); }
H1.HeaderClassName
{
color: #FDB5EB;
}
.AnyTagClassName
{
color: #FDB5EB;
}
</style>
background-color css
<style>
a { background-color: #FDB5EB; }
a { background-color: rgb(253,181,235); }
div.DivClassName
{
background-color: #FDB5EB;
}
.BgClassName
{
background-color: #FDB5EB;
}
</style>
border-color css
<style>
span { border-color: #FDB5EB; }
span { border-color: rgb(253,181,235); }
td.TdClassName
{
border-color: #FDB5EB;
}
.TagClassName
{
border-color: #FDB5EB;
}
</style>