Shades of Lavender Rose #FCAAF1
Tints of Lavender Rose #FCAAF1
RGB
CMYK
RGB Variations
Color information
#FCAAF1 (or 0xFCAAF1) is known color: Lavender Rose. HEX triplet: FC, AA and F1. RGB value is (252,170,241). Sum of RGB (Red+Green+Blue) = 252+170+241=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAF1 is #03550E. Grayscale: #CACACA. Windows color (decimal): -218383 or 15837948. OLE color: 15837948.
HSL color Cylindrical-coordinate representation of color #FCAAF1: hue angle of 308.05º 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 #FCAAF1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 241 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.01 |
| HSL | 308.05º | 0.93% | 0.83% | - |
| HSV(B) | 308.05º | 0.33% | 0.99% | - |
| XYZ | 70.4 | 55.8 | 90.28 | - |
| YUV | 202.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 241 | 0 | 0.33 | 0.04 | 0.01 | 308.05 | 0.93 | 0.83 |
| Hex | FC | AA | F1 | 0 | 21 | 4 | 1 | 134 | 5D | 53 |
| Octal | 374 | 252 | 361 | 0 | 41 | 4 | 1 | 464 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11110001 | 0 | 100001 | 100 | 1 | 100110100 | 1011101 | 1010011 |
Color Harmonies of #FCAAF1
Complementary color
Monochromatic Colors of #FCAAF1
Black with #FCAAF1
Text Example
Text Example
White with #FCAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAF1; }
p { color: rgb(252,170,241); }
H1.HeaderClassName
{
color: #FCAAF1;
}
.AnyTagClassName
{
color: #FCAAF1;
}
</style>
background-color css
<style>
a { background-color: #FCAAF1; }
a { background-color: rgb(252,170,241); }
div.DivClassName
{
background-color: #FCAAF1;
}
.BgClassName
{
background-color: #FCAAF1;
}
</style>
border-color css
<style>
span { border-color: #FCAAF1; }
span { border-color: rgb(252,170,241); }
td.TdClassName
{
border-color: #FCAAF1;
}
.TagClassName
{
border-color: #FCAAF1;
}
</style>