Shades of Lavender Rose #FCAFE0
Tints of Lavender Rose #FCAFE0
RGB
CMYK
RGB Variations
Color information
#FCAFE0 (or 0xFCAFE0) is known color: Lavender Rose. HEX triplet: FC, AF and E0. RGB value is (252,175,224). Sum of RGB (Red+Green+Blue) = 252+175+224=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE0 is #03501F. Grayscale: #CBCBCB. Windows color (decimal): -217120 or 14725116. OLE color: 14725116.
HSL color Cylindrical-coordinate representation of color #FCAFE0: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 224 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.01 |
| HSL | 321.82º | 0.93% | 0.84% | - |
| HSV(B) | 321.82º | 0.31% | 0.99% | - |
| XYZ | 68.93 | 56.74 | 77.84 | - |
| YUV | 203.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 224 | 0 | 0.31 | 0.11 | 0.01 | 321.82 | 0.93 | 0.84 |
| Hex | FC | AF | E0 | 0 | 1F | B | 1 | 142 | 5D | 54 |
| Octal | 374 | 257 | 340 | 0 | 37 | 13 | 1 | 502 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11100000 | 0 | 11111 | 1011 | 1 | 101000010 | 1011101 | 1010100 |
Color Harmonies of #FCAFE0
Complementary color
Monochromatic Colors of #FCAFE0
Black with #FCAFE0
Text Example
Text Example
White with #FCAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFE0; }
p { color: rgb(252,175,224); }
H1.HeaderClassName
{
color: #FCAFE0;
}
.AnyTagClassName
{
color: #FCAFE0;
}
</style>
background-color css
<style>
a { background-color: #FCAFE0; }
a { background-color: rgb(252,175,224); }
div.DivClassName
{
background-color: #FCAFE0;
}
.BgClassName
{
background-color: #FCAFE0;
}
</style>
border-color css
<style>
span { border-color: #FCAFE0; }
span { border-color: rgb(252,175,224); }
td.TdClassName
{
border-color: #FCAFE0;
}
.TagClassName
{
border-color: #FCAFE0;
}
</style>