Shades of Lavender Rose #FCAAE5
Tints of Lavender Rose #FCAAE5
RGB
CMYK
RGB Variations
Color information
#FCAAE5 (or 0xFCAAE5) is known color: Lavender Rose. HEX triplet: FC, AA and E5. RGB value is (252,170,229). Sum of RGB (Red+Green+Blue) = 252+170+229=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAE5 is #03551A. Grayscale: #C9C9C9. Windows color (decimal): -218395 or 15051516. OLE color: 15051516.
HSL color Cylindrical-coordinate representation of color #FCAAE5: hue angle of 316.83º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAE5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 229 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.01 |
| HSL | 316.83º | 0.93% | 0.83% | - |
| HSV(B) | 316.83º | 0.33% | 0.99% | - |
| XYZ | 68.66 | 55.1 | 81.15 | - |
| YUV | 201.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 229 | 0 | 0.33 | 0.09 | 0.01 | 316.83 | 0.93 | 0.83 |
| Hex | FC | AA | E5 | 0 | 21 | 9 | 1 | 13D | 5D | 53 |
| Octal | 374 | 252 | 345 | 0 | 41 | 11 | 1 | 475 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11100101 | 0 | 100001 | 1001 | 1 | 100111101 | 1011101 | 1010011 |
Color Harmonies of #FCAAE5
Complementary color
Monochromatic Colors of #FCAAE5
Black with #FCAAE5
Text Example
Text Example
White with #FCAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAE5; }
p { color: rgb(252,170,229); }
H1.HeaderClassName
{
color: #FCAAE5;
}
.AnyTagClassName
{
color: #FCAAE5;
}
</style>
background-color css
<style>
a { background-color: #FCAAE5; }
a { background-color: rgb(252,170,229); }
div.DivClassName
{
background-color: #FCAAE5;
}
.BgClassName
{
background-color: #FCAAE5;
}
</style>
border-color css
<style>
span { border-color: #FCAAE5; }
span { border-color: rgb(252,170,229); }
td.TdClassName
{
border-color: #FCAAE5;
}
.TagClassName
{
border-color: #FCAAE5;
}
</style>