Shades of Lavender Rose #FDB4EA
Tints of Lavender Rose #FDB4EA
RGB
CMYK
RGB Variations
Color information
#FDB4EA (or 0xFDB4EA) is known color: Lavender Rose. HEX triplet: FD, B4 and EA. RGB value is (253,180,234). Sum of RGB (Red+Green+Blue) = 253+180+234=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EA is #024B15. Grayscale: #CFCFCF. Windows color (decimal): -150294 or 15381757. OLE color: 15381757.
HSL color Cylindrical-coordinate representation of color #FDB4EA: hue angle of 315.62º 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 #FDB4EA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 234 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.01 |
| HSL | 315.62º | 0.95% | 0.85% | - |
| HSV(B) | 315.62º | 0.29% | 0.99% | - |
| XYZ | 71.68 | 59.47 | 85.54 | - |
| YUV | 207.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 234 | 0 | 0.29 | 0.08 | 0.01 | 315.62 | 0.95 | 0.85 |
| Hex | FD | B4 | EA | 0 | 1D | 8 | 1 | 13C | 5F | 55 |
| Octal | 375 | 264 | 352 | 0 | 35 | 10 | 1 | 474 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11101010 | 0 | 11101 | 1000 | 1 | 100111100 | 1011111 | 1010101 |
Color Harmonies of #FDB4EA
Complementary color
Monochromatic Colors of #FDB4EA
Black with #FDB4EA
Text Example
Text Example
White with #FDB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4EA; }
p { color: rgb(253,180,234); }
H1.HeaderClassName
{
color: #FDB4EA;
}
.AnyTagClassName
{
color: #FDB4EA;
}
</style>
background-color css
<style>
a { background-color: #FDB4EA; }
a { background-color: rgb(253,180,234); }
div.DivClassName
{
background-color: #FDB4EA;
}
.BgClassName
{
background-color: #FDB4EA;
}
</style>
border-color css
<style>
span { border-color: #FDB4EA; }
span { border-color: rgb(253,180,234); }
td.TdClassName
{
border-color: #FDB4EA;
}
.TagClassName
{
border-color: #FDB4EA;
}
</style>