Shades of Lavender Rose #FCAAEC
Tints of Lavender Rose #FCAAEC
RGB
CMYK
RGB Variations
Color information
#FCAAEC (or 0xFCAAEC) is known color: Lavender Rose. HEX triplet: FC, AA and EC. RGB value is (252,170,236). Sum of RGB (Red+Green+Blue) = 252+170+236=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAEC is #035513. Grayscale: #C9C9C9. Windows color (decimal): -218388 or 15510268. OLE color: 15510268.
HSL color Cylindrical-coordinate representation of color #FCAAEC: hue angle of 311.71º 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 #FCAAEC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 236 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.01 |
| HSL | 311.71º | 0.93% | 0.83% | - |
| HSV(B) | 311.71º | 0.33% | 0.99% | - |
| XYZ | 69.66 | 55.5 | 86.4 | - |
| YUV | 202.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 236 | 0 | 0.33 | 0.06 | 0.01 | 311.71 | 0.93 | 0.83 |
| Hex | FC | AA | EC | 0 | 21 | 6 | 1 | 138 | 5D | 53 |
| Octal | 374 | 252 | 354 | 0 | 41 | 6 | 1 | 470 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11101100 | 0 | 100001 | 110 | 1 | 100111000 | 1011101 | 1010011 |
Color Harmonies of #FCAAEC
Complementary color
Monochromatic Colors of #FCAAEC
Black with #FCAAEC
Text Example
Text Example
White with #FCAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAEC; }
p { color: rgb(252,170,236); }
H1.HeaderClassName
{
color: #FCAAEC;
}
.AnyTagClassName
{
color: #FCAAEC;
}
</style>
background-color css
<style>
a { background-color: #FCAAEC; }
a { background-color: rgb(252,170,236); }
div.DivClassName
{
background-color: #FCAAEC;
}
.BgClassName
{
background-color: #FCAAEC;
}
</style>
border-color css
<style>
span { border-color: #FCAAEC; }
span { border-color: rgb(252,170,236); }
td.TdClassName
{
border-color: #FCAAEC;
}
.TagClassName
{
border-color: #FCAAEC;
}
</style>