Shades of Lavender Rose #FCA0DC
Tints of Lavender Rose #FCA0DC
RGB
CMYK
RGB Variations
Color information
#FCA0DC (or 0xFCA0DC) is known color: Lavender Rose. HEX triplet: FC, A0 and DC. RGB value is (252,160,220). Sum of RGB (Red+Green+Blue) = 252+160+220=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DC is #035F23. Grayscale: #C2C2C2. Windows color (decimal): -220964 or 14459132. OLE color: 14459132.
HSL color Cylindrical-coordinate representation of color #FCA0DC: hue angle of 320.87º 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 #FCA0DC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 320.87º | 0.94% | 0.81% | - |
| HSV(B) | 320.87º | 0.37% | 0.99% | - |
| XYZ | 65.63 | 51 | 74.1 | - |
| YUV | 194.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 220 | 0 | 0.37 | 0.13 | 0.01 | 320.87 | 0.94 | 0.81 |
| Hex | FC | A0 | DC | 0 | 25 | D | 1 | 141 | 5E | 51 |
| Octal | 374 | 240 | 334 | 0 | 45 | 15 | 1 | 501 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11011100 | 0 | 100101 | 1101 | 1 | 101000001 | 1011110 | 1010001 |
Color Harmonies of #FCA0DC
Complementary color
Monochromatic Colors of #FCA0DC
Black with #FCA0DC
Text Example
Text Example
White with #FCA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0DC; }
p { color: rgb(252,160,220); }
H1.HeaderClassName
{
color: #FCA0DC;
}
.AnyTagClassName
{
color: #FCA0DC;
}
</style>
background-color css
<style>
a { background-color: #FCA0DC; }
a { background-color: rgb(252,160,220); }
div.DivClassName
{
background-color: #FCA0DC;
}
.BgClassName
{
background-color: #FCA0DC;
}
</style>
border-color css
<style>
span { border-color: #FCA0DC; }
span { border-color: rgb(252,160,220); }
td.TdClassName
{
border-color: #FCA0DC;
}
.TagClassName
{
border-color: #FCA0DC;
}
</style>