Shades of Lavender Rose #FDB4ED
Tints of Lavender Rose #FDB4ED
RGB
CMYK
RGB Variations
Color information
#FDB4ED (or 0xFDB4ED) is known color: Lavender Rose. HEX triplet: FD, B4 and ED. RGB value is (253,180,237). Sum of RGB (Red+Green+Blue) = 253+180+237=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4ED is #024B12. Grayscale: #D0D0D0. Windows color (decimal): -150291 or 15578365. OLE color: 15578365.
HSL color Cylindrical-coordinate representation of color #FDB4ED: hue angle of 313.15º 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 #FDB4ED is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 237 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.01 |
| HSL | 313.15º | 0.95% | 0.85% | - |
| HSV(B) | 313.15º | 0.29% | 0.99% | - |
| XYZ | 72.12 | 59.64 | 87.83 | - |
| YUV | 208.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 237 | 0 | 0.29 | 0.06 | 0.01 | 313.15 | 0.95 | 0.85 |
| Hex | FD | B4 | ED | 0 | 1D | 6 | 1 | 139 | 5F | 55 |
| Octal | 375 | 264 | 355 | 0 | 35 | 6 | 1 | 471 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11101101 | 0 | 11101 | 110 | 1 | 100111001 | 1011111 | 1010101 |
Color Harmonies of #FDB4ED
Complementary color
Monochromatic Colors of #FDB4ED
Black with #FDB4ED
Text Example
Text Example
White with #FDB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4ED; }
p { color: rgb(253,180,237); }
H1.HeaderClassName
{
color: #FDB4ED;
}
.AnyTagClassName
{
color: #FDB4ED;
}
</style>
background-color css
<style>
a { background-color: #FDB4ED; }
a { background-color: rgb(253,180,237); }
div.DivClassName
{
background-color: #FDB4ED;
}
.BgClassName
{
background-color: #FDB4ED;
}
</style>
border-color css
<style>
span { border-color: #FDB4ED; }
span { border-color: rgb(253,180,237); }
td.TdClassName
{
border-color: #FDB4ED;
}
.TagClassName
{
border-color: #FDB4ED;
}
</style>