Shades of Lavender Rose #FDADE0
Tints of Lavender Rose #FDADE0
RGB
CMYK
RGB Variations
Color information
#FDADE0 (or 0xFDADE0) is known color: Lavender Rose. HEX triplet: FD, AD and E0. RGB value is (253,173,224). Sum of RGB (Red+Green+Blue) = 253+173+224=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADE0 is #02521F. Grayscale: #CACACA. Windows color (decimal): -152096 or 14724605. OLE color: 14724605.
HSL color Cylindrical-coordinate representation of color #FDADE0: hue angle of 321.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADE0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 224 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.01 |
| HSL | 321.75º | 0.95% | 0.84% | - |
| HSV(B) | 321.75º | 0.32% | 0.99% | - |
| XYZ | 68.91 | 56.15 | 77.73 | - |
| YUV | 202.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 224 | 0 | 0.32 | 0.11 | 0.01 | 321.75 | 0.95 | 0.84 |
| Hex | FD | AD | E0 | 0 | 20 | B | 1 | 142 | 5F | 54 |
| Octal | 375 | 255 | 340 | 0 | 40 | 13 | 1 | 502 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11100000 | 0 | 100000 | 1011 | 1 | 101000010 | 1011111 | 1010100 |
Color Harmonies of #FDADE0
Complementary color
Monochromatic Colors of #FDADE0
Black with #FDADE0
Text Example
Text Example
White with #FDADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADE0; }
p { color: rgb(253,173,224); }
H1.HeaderClassName
{
color: #FDADE0;
}
.AnyTagClassName
{
color: #FDADE0;
}
</style>
background-color css
<style>
a { background-color: #FDADE0; }
a { background-color: rgb(253,173,224); }
div.DivClassName
{
background-color: #FDADE0;
}
.BgClassName
{
background-color: #FDADE0;
}
</style>
border-color css
<style>
span { border-color: #FDADE0; }
span { border-color: rgb(253,173,224); }
td.TdClassName
{
border-color: #FDADE0;
}
.TagClassName
{
border-color: #FDADE0;
}
</style>