Shades of Lavender Rose #FCA1E5
Tints of Lavender Rose #FCA1E5
RGB
CMYK
RGB Variations
Color information
#FCA1E5 (or 0xFCA1E5) is known color: Lavender Rose. HEX triplet: FC, A1 and E5. RGB value is (252,161,229). Sum of RGB (Red+Green+Blue) = 252+161+229=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 161 (63.28% from 255 or 25.08% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1E5 is #035E1A. Grayscale: #C3C3C3. Windows color (decimal): -220699 or 15049212. OLE color: 15049212.
HSL color Cylindrical-coordinate representation of color #FCA1E5: hue angle of 315.16º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1E5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 229 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.01 |
| HSL | 315.16º | 0.94% | 0.81% | - |
| HSV(B) | 315.16º | 0.36% | 0.99% | - |
| XYZ | 67.03 | 51.84 | 80.6 | - |
| YUV | 195.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 229 | 0 | 0.36 | 0.09 | 0.01 | 315.16 | 0.94 | 0.81 |
| Hex | FC | A1 | E5 | 0 | 24 | 9 | 1 | 13B | 5E | 51 |
| Octal | 374 | 241 | 345 | 0 | 44 | 11 | 1 | 473 | 136 | 121 |
| Binary | 11111100 | 10100001 | 11100101 | 0 | 100100 | 1001 | 1 | 100111011 | 1011110 | 1010001 |
Color Harmonies of #FCA1E5
Complementary color
Monochromatic Colors of #FCA1E5
Black with #FCA1E5
Text Example
Text Example
White with #FCA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1E5; }
p { color: rgb(252,161,229); }
H1.HeaderClassName
{
color: #FCA1E5;
}
.AnyTagClassName
{
color: #FCA1E5;
}
</style>
background-color css
<style>
a { background-color: #FCA1E5; }
a { background-color: rgb(252,161,229); }
div.DivClassName
{
background-color: #FCA1E5;
}
.BgClassName
{
background-color: #FCA1E5;
}
</style>
border-color css
<style>
span { border-color: #FCA1E5; }
span { border-color: rgb(252,161,229); }
td.TdClassName
{
border-color: #FCA1E5;
}
.TagClassName
{
border-color: #FCA1E5;
}
</style>