Shades of Lavender Rose #FCAAF2
Tints of Lavender Rose #FCAAF2
RGB
CMYK
RGB Variations
Color information
#FCAAF2 (or 0xFCAAF2) is known color: Lavender Rose. HEX triplet: FC, AA and F2. RGB value is (252,170,242). Sum of RGB (Red+Green+Blue) = 252+170+242=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAF2 is #03550D. Grayscale: #CACACA. Windows color (decimal): -218382 or 15903484. OLE color: 15903484.
HSL color Cylindrical-coordinate representation of color #FCAAF2: hue angle of 307.32º 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 #FCAAF2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 242 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.01 |
| HSL | 307.32º | 0.93% | 0.83% | - |
| HSV(B) | 307.32º | 0.33% | 0.99% | - |
| XYZ | 70.55 | 55.86 | 91.07 | - |
| YUV | 202.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 242 | 0 | 0.33 | 0.04 | 0.01 | 307.32 | 0.93 | 0.83 |
| Hex | FC | AA | F2 | 0 | 21 | 4 | 1 | 133 | 5D | 53 |
| Octal | 374 | 252 | 362 | 0 | 41 | 4 | 1 | 463 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11110010 | 0 | 100001 | 100 | 1 | 100110011 | 1011101 | 1010011 |
Color Harmonies of #FCAAF2
Complementary color
Monochromatic Colors of #FCAAF2
Black with #FCAAF2
Text Example
Text Example
White with #FCAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAF2; }
p { color: rgb(252,170,242); }
H1.HeaderClassName
{
color: #FCAAF2;
}
.AnyTagClassName
{
color: #FCAAF2;
}
</style>
background-color css
<style>
a { background-color: #FCAAF2; }
a { background-color: rgb(252,170,242); }
div.DivClassName
{
background-color: #FCAAF2;
}
.BgClassName
{
background-color: #FCAAF2;
}
</style>
border-color css
<style>
span { border-color: #FCAAF2; }
span { border-color: rgb(252,170,242); }
td.TdClassName
{
border-color: #FCAAF2;
}
.TagClassName
{
border-color: #FCAAF2;
}
</style>