Shades of Lavender Rose #FCA0F0
Tints of Lavender Rose #FCA0F0
RGB
CMYK
RGB Variations
Color information
#FCA0F0 (or 0xFCA0F0) is known color: Lavender Rose. HEX triplet: FC, A0 and F0. RGB value is (252,160,240). Sum of RGB (Red+Green+Blue) = 252+160+240=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0F0 is #035F0F. Grayscale: #C4C4C4. Windows color (decimal): -220944 or 15769852. OLE color: 15769852.
HSL color Cylindrical-coordinate representation of color #FCA0F0: hue angle of 307.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0F0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 240 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.01 |
| HSL | 307.83º | 0.94% | 0.81% | - |
| HSV(B) | 307.83º | 0.37% | 0.99% | - |
| XYZ | 68.44 | 52.13 | 88.89 | - |
| YUV | 196.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 240 | 0 | 0.37 | 0.05 | 0.01 | 307.83 | 0.94 | 0.81 |
| Hex | FC | A0 | F0 | 0 | 25 | 5 | 1 | 134 | 5E | 51 |
| Octal | 374 | 240 | 360 | 0 | 45 | 5 | 1 | 464 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11110000 | 0 | 100101 | 101 | 1 | 100110100 | 1011110 | 1010001 |
Color Harmonies of #FCA0F0
Complementary color
Monochromatic Colors of #FCA0F0
Black with #FCA0F0
Text Example
Text Example
White with #FCA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0F0; }
p { color: rgb(252,160,240); }
H1.HeaderClassName
{
color: #FCA0F0;
}
.AnyTagClassName
{
color: #FCA0F0;
}
</style>
background-color css
<style>
a { background-color: #FCA0F0; }
a { background-color: rgb(252,160,240); }
div.DivClassName
{
background-color: #FCA0F0;
}
.BgClassName
{
background-color: #FCA0F0;
}
</style>
border-color css
<style>
span { border-color: #FCA0F0; }
span { border-color: rgb(252,160,240); }
td.TdClassName
{
border-color: #FCA0F0;
}
.TagClassName
{
border-color: #FCA0F0;
}
</style>