Shades of Lavender Rose #FDB4EB
Tints of Lavender Rose #FDB4EB
RGB
CMYK
RGB Variations
Color information
#FDB4EB (or 0xFDB4EB) is known color: Lavender Rose. HEX triplet: FD, B4 and EB. RGB value is (253,180,235). Sum of RGB (Red+Green+Blue) = 253+180+235=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EB is #024B14. Grayscale: #CFCFCF. Windows color (decimal): -150293 or 15447293. OLE color: 15447293.
HSL color Cylindrical-coordinate representation of color #FDB4EB: hue angle of 314.79º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4EB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 235 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.01 |
| HSL | 314.79º | 0.95% | 0.85% | - |
| HSV(B) | 314.79º | 0.29% | 0.99% | - |
| XYZ | 71.82 | 59.52 | 86.3 | - |
| YUV | 208.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 235 | 0 | 0.29 | 0.07 | 0.01 | 314.79 | 0.95 | 0.85 |
| Hex | FD | B4 | EB | 0 | 1D | 7 | 1 | 13B | 5F | 55 |
| Octal | 375 | 264 | 353 | 0 | 35 | 7 | 1 | 473 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11101011 | 0 | 11101 | 111 | 1 | 100111011 | 1011111 | 1010101 |
Color Harmonies of #FDB4EB
Complementary color
Monochromatic Colors of #FDB4EB
Black with #FDB4EB
Text Example
Text Example
White with #FDB4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4EB; }
p { color: rgb(253,180,235); }
H1.HeaderClassName
{
color: #FDB4EB;
}
.AnyTagClassName
{
color: #FDB4EB;
}
</style>
background-color css
<style>
a { background-color: #FDB4EB; }
a { background-color: rgb(253,180,235); }
div.DivClassName
{
background-color: #FDB4EB;
}
.BgClassName
{
background-color: #FDB4EB;
}
</style>
border-color css
<style>
span { border-color: #FDB4EB; }
span { border-color: rgb(253,180,235); }
td.TdClassName
{
border-color: #FDB4EB;
}
.TagClassName
{
border-color: #FDB4EB;
}
</style>