Shades of Lavender Pink #FCA0D2
Tints of Lavender Pink #FCA0D2
RGB
CMYK
RGB Variations
Color information
#FCA0D2 (or 0xFCA0D2) is known color: Lavender Pink. HEX triplet: FC, A0 and D2. RGB value is (252,160,210). Sum of RGB (Red+Green+Blue) = 252+160+210=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0D2 is #035F2D. Grayscale: #C1C1C1. Windows color (decimal): -220974 or 13803772. OLE color: 13803772.
HSL color Cylindrical-coordinate representation of color #FCA0D2: hue angle of 327.39º 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 #FCA0D2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 210 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.01 |
| HSL | 327.39º | 0.94% | 0.81% | - |
| HSV(B) | 327.39º | 0.37% | 0.99% | - |
| XYZ | 64.35 | 50.49 | 67.33 | - |
| YUV | 193.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 210 | 0 | 0.37 | 0.17 | 0.01 | 327.39 | 0.94 | 0.81 |
| Hex | FC | A0 | D2 | 0 | 25 | 11 | 1 | 147 | 5E | 51 |
| Octal | 374 | 240 | 322 | 0 | 45 | 21 | 1 | 507 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11010010 | 0 | 100101 | 10001 | 1 | 101000111 | 1011110 | 1010001 |
Color Harmonies of #FCA0D2
Complementary color
Monochromatic Colors of #FCA0D2
Black with #FCA0D2
Text Example
Text Example
White with #FCA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0D2; }
p { color: rgb(252,160,210); }
H1.HeaderClassName
{
color: #FCA0D2;
}
.AnyTagClassName
{
color: #FCA0D2;
}
</style>
background-color css
<style>
a { background-color: #FCA0D2; }
a { background-color: rgb(252,160,210); }
div.DivClassName
{
background-color: #FCA0D2;
}
.BgClassName
{
background-color: #FCA0D2;
}
</style>
border-color css
<style>
span { border-color: #FCA0D2; }
span { border-color: rgb(252,160,210); }
td.TdClassName
{
border-color: #FCA0D2;
}
.TagClassName
{
border-color: #FCA0D2;
}
</style>