Shades of Lavender Rose #FDACE0
Tints of Lavender Rose #FDACE0
RGB
CMYK
RGB Variations
Color information
#FDACE0 (or 0xFDACE0) is known color: Lavender Rose. HEX triplet: FD, AC and E0. RGB value is (253,172,224). Sum of RGB (Red+Green+Blue) = 253+172+224=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACE0 is #02531F. Grayscale: #CACACA. Windows color (decimal): -152352 or 14724349. OLE color: 14724349.
HSL color Cylindrical-coordinate representation of color #FDACE0: hue angle of 321.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACE0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 224 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.01 |
| HSL | 321.48º | 0.95% | 0.83% | - |
| HSV(B) | 321.48º | 0.32% | 0.99% | - |
| XYZ | 68.72 | 55.77 | 77.66 | - |
| YUV | 202.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 224 | 0 | 0.32 | 0.11 | 0.01 | 321.48 | 0.95 | 0.83 |
| Hex | FD | AC | E0 | 0 | 20 | B | 1 | 141 | 5F | 53 |
| Octal | 375 | 254 | 340 | 0 | 40 | 13 | 1 | 501 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11100000 | 0 | 100000 | 1011 | 1 | 101000001 | 1011111 | 1010011 |
Color Harmonies of #FDACE0
Complementary color
Monochromatic Colors of #FDACE0
Black with #FDACE0
Text Example
Text Example
White with #FDACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACE0; }
p { color: rgb(253,172,224); }
H1.HeaderClassName
{
color: #FDACE0;
}
.AnyTagClassName
{
color: #FDACE0;
}
</style>
background-color css
<style>
a { background-color: #FDACE0; }
a { background-color: rgb(253,172,224); }
div.DivClassName
{
background-color: #FDACE0;
}
.BgClassName
{
background-color: #FDACE0;
}
</style>
border-color css
<style>
span { border-color: #FDACE0; }
span { border-color: rgb(253,172,224); }
td.TdClassName
{
border-color: #FDACE0;
}
.TagClassName
{
border-color: #FDACE0;
}
</style>