Shades of Lavender Rose #FCA0FC
Tints of Lavender Rose #FCA0FC
RGB
CMYK
RGB Variations
Color information
#FCA0FC (or 0xFCA0FC) is known color: Lavender Rose. HEX triplet: FC, A0 and FC. RGB value is (252,160,252). Sum of RGB (Red+Green+Blue) = 252+160+252=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 160 (62.89% from 255 or 24.10% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0FC is #035F03. Grayscale: #C5C5C5. Windows color (decimal): -220932 or 16556284. OLE color: 16556284.
HSL color Cylindrical-coordinate representation of color #FCA0FC: hue angle of 300º 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 #FCA0FC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 160 | 252 | - |
CMYK | 0 | 0.37 | 0 | 0.01 |
HSL | 300º | 0.94% | 0.81% | - |
HSV(B) | 300º | 0.37% | 0.99% | - |
XYZ | 70.29 | 52.87 | 98.59 | - |
YUV | 198 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 160 | 252 | 0 | 0.37 | 0 | 0.01 | 300 | 0.94 | 0.81 |
Hex | FC | A0 | FC | 0 | 25 | 0 | 1 | 12C | 5E | 51 |
Octal | 374 | 240 | 374 | 0 | 45 | 0 | 1 | 454 | 136 | 121 |
Binary | 11111100 | 10100000 | 11111100 | 0 | 100101 | 0 | 1 | 100101100 | 1011110 | 1010001 |
Color Harmonies of #FCA0FC
Complementary color
Monochromatic Colors of #FCA0FC
Black with #FCA0FC
Text Example
Text Example
White with #FCA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0FC; }
p { color: rgb(252,160,252); }
H1.HeaderClassName
{
color: #FCA0FC;
}
.AnyTagClassName
{
color: #FCA0FC;
}
</style>
background-color css
<style>
a { background-color: #FCA0FC; }
a { background-color: rgb(252,160,252); }
div.DivClassName
{
background-color: #FCA0FC;
}
.BgClassName
{
background-color: #FCA0FC;
}
</style>
border-color css
<style>
span { border-color: #FCA0FC; }
span { border-color: rgb(252,160,252); }
td.TdClassName
{
border-color: #FCA0FC;
}
.TagClassName
{
border-color: #FCA0FC;
}
</style>