Shades of Lavender Rose #FDACE8
Tints of Lavender Rose #FDACE8
RGB
CMYK
RGB Variations
Color information
#FDACE8 (or 0xFDACE8) is known color: Lavender Rose. HEX triplet: FD, AC and E8. RGB value is (253,172,232). Sum of RGB (Red+Green+Blue) = 253+172+232=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACE8 is #025317. Grayscale: #CACACA. Windows color (decimal): -152344 or 15248637. OLE color: 15248637.
HSL color Cylindrical-coordinate representation of color #FDACE8: hue angle of 315.56º 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 #FDACE8 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 232 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.01 |
| HSL | 315.56º | 0.95% | 0.83% | - |
| HSV(B) | 315.56º | 0.32% | 0.99% | - |
| XYZ | 69.83 | 56.21 | 83.51 | - |
| YUV | 203.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 232 | 0 | 0.32 | 0.08 | 0.01 | 315.56 | 0.95 | 0.83 |
| Hex | FD | AC | E8 | 0 | 20 | 8 | 1 | 13C | 5F | 53 |
| Octal | 375 | 254 | 350 | 0 | 40 | 10 | 1 | 474 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11101000 | 0 | 100000 | 1000 | 1 | 100111100 | 1011111 | 1010011 |
Color Harmonies of #FDACE8
Complementary color
Monochromatic Colors of #FDACE8
Black with #FDACE8
Text Example
Text Example
White with #FDACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACE8; }
p { color: rgb(253,172,232); }
H1.HeaderClassName
{
color: #FDACE8;
}
.AnyTagClassName
{
color: #FDACE8;
}
</style>
background-color css
<style>
a { background-color: #FDACE8; }
a { background-color: rgb(253,172,232); }
div.DivClassName
{
background-color: #FDACE8;
}
.BgClassName
{
background-color: #FDACE8;
}
</style>
border-color css
<style>
span { border-color: #FDACE8; }
span { border-color: rgb(253,172,232); }
td.TdClassName
{
border-color: #FDACE8;
}
.TagClassName
{
border-color: #FDACE8;
}
</style>