Shades of Lavender Pink #FCA0D1
Tints of Lavender Pink #FCA0D1
RGB
CMYK
RGB Variations
Color information
#FCA0D1 (or 0xFCA0D1) is known color: Lavender Pink. HEX triplet: FC, A0 and D1. RGB value is (252,160,209). Sum of RGB (Red+Green+Blue) = 252+160+209=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0D1 is #035F2E. Grayscale: #C0C0C0. Windows color (decimal): -220975 or 13738236. OLE color: 13738236.
HSL color Cylindrical-coordinate representation of color #FCA0D1: hue angle of 328.04º 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 #FCA0D1 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 209 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.01 |
| HSL | 328.04º | 0.94% | 0.81% | - |
| HSV(B) | 328.04º | 0.37% | 0.99% | - |
| XYZ | 64.22 | 50.44 | 66.67 | - |
| YUV | 193.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 209 | 0 | 0.37 | 0.17 | 0.01 | 328.04 | 0.94 | 0.81 |
| Hex | FC | A0 | D1 | 0 | 25 | 11 | 1 | 148 | 5E | 51 |
| Octal | 374 | 240 | 321 | 0 | 45 | 21 | 1 | 510 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11010001 | 0 | 100101 | 10001 | 1 | 101001000 | 1011110 | 1010001 |
Color Harmonies of #FCA0D1
Complementary color
Monochromatic Colors of #FCA0D1
Black with #FCA0D1
Text Example
Text Example
White with #FCA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0D1; }
p { color: rgb(252,160,209); }
H1.HeaderClassName
{
color: #FCA0D1;
}
.AnyTagClassName
{
color: #FCA0D1;
}
</style>
background-color css
<style>
a { background-color: #FCA0D1; }
a { background-color: rgb(252,160,209); }
div.DivClassName
{
background-color: #FCA0D1;
}
.BgClassName
{
background-color: #FCA0D1;
}
</style>
border-color css
<style>
span { border-color: #FCA0D1; }
span { border-color: rgb(252,160,209); }
td.TdClassName
{
border-color: #FCA0D1;
}
.TagClassName
{
border-color: #FCA0D1;
}
</style>