Shades of Lavender Pink #FCA1D3
Tints of Lavender Pink #FCA1D3
RGB
CMYK
RGB Variations
Color information
#FCA1D3 (or 0xFCA1D3) is known color: Lavender Pink. HEX triplet: FC, A1 and D3. RGB value is (252,161,211). Sum of RGB (Red+Green+Blue) = 252+161+211=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D3 is #035E2C. Grayscale: #C1C1C1. Windows color (decimal): -220717 or 13869564. OLE color: 13869564.
HSL color Cylindrical-coordinate representation of color #FCA1D3: hue angle of 327.03º 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 #FCA1D3 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 211 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.01 |
| HSL | 327.03º | 0.94% | 0.81% | - |
| HSV(B) | 327.03º | 0.36% | 0.99% | - |
| XYZ | 64.65 | 50.89 | 68.04 | - |
| YUV | 193.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 211 | 0 | 0.36 | 0.16 | 0.01 | 327.03 | 0.94 | 0.81 |
| Hex | FC | A1 | D3 | 0 | 24 | 10 | 1 | 147 | 5E | 51 |
| Octal | 374 | 241 | 323 | 0 | 44 | 20 | 1 | 507 | 136 | 121 |
| Binary | 11111100 | 10100001 | 11010011 | 0 | 100100 | 10000 | 1 | 101000111 | 1011110 | 1010001 |
Color Harmonies of #FCA1D3
Complementary color
Monochromatic Colors of #FCA1D3
Black with #FCA1D3
Text Example
Text Example
White with #FCA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1D3; }
p { color: rgb(252,161,211); }
H1.HeaderClassName
{
color: #FCA1D3;
}
.AnyTagClassName
{
color: #FCA1D3;
}
</style>
background-color css
<style>
a { background-color: #FCA1D3; }
a { background-color: rgb(252,161,211); }
div.DivClassName
{
background-color: #FCA1D3;
}
.BgClassName
{
background-color: #FCA1D3;
}
</style>
border-color css
<style>
span { border-color: #FCA1D3; }
span { border-color: rgb(252,161,211); }
td.TdClassName
{
border-color: #FCA1D3;
}
.TagClassName
{
border-color: #FCA1D3;
}
</style>