Shades of Lavender Pink #FCA1D6
Tints of Lavender Pink #FCA1D6
RGB
CMYK
RGB Variations
Color information
#FCA1D6 (or 0xFCA1D6) is known color: Lavender Pink. HEX triplet: FC, A1 and D6. RGB value is (252,161,214). Sum of RGB (Red+Green+Blue) = 252+161+214=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D6 is #035E29. Grayscale: #C2C2C2. Windows color (decimal): -220714 or 14066172. OLE color: 14066172.
HSL color Cylindrical-coordinate representation of color #FCA1D6: hue angle of 325.05º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1D6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 214 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.01 |
| HSL | 325.05º | 0.94% | 0.81% | - |
| HSV(B) | 325.05º | 0.36% | 0.99% | - |
| XYZ | 65.03 | 51.04 | 70.04 | - |
| YUV | 194.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 214 | 0 | 0.36 | 0.15 | 0.01 | 325.05 | 0.94 | 0.81 |
| Hex | FC | A1 | D6 | 0 | 24 | F | 1 | 145 | 5E | 51 |
| Octal | 374 | 241 | 326 | 0 | 44 | 17 | 1 | 505 | 136 | 121 |
| Binary | 11111100 | 10100001 | 11010110 | 0 | 100100 | 1111 | 1 | 101000101 | 1011110 | 1010001 |
Color Harmonies of #FCA1D6
Complementary color
Monochromatic Colors of #FCA1D6
Black with #FCA1D6
Text Example
Text Example
White with #FCA1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1D6; }
p { color: rgb(252,161,214); }
H1.HeaderClassName
{
color: #FCA1D6;
}
.AnyTagClassName
{
color: #FCA1D6;
}
</style>
background-color css
<style>
a { background-color: #FCA1D6; }
a { background-color: rgb(252,161,214); }
div.DivClassName
{
background-color: #FCA1D6;
}
.BgClassName
{
background-color: #FCA1D6;
}
</style>
border-color css
<style>
span { border-color: #FCA1D6; }
span { border-color: rgb(252,161,214); }
td.TdClassName
{
border-color: #FCA1D6;
}
.TagClassName
{
border-color: #FCA1D6;
}
</style>