Shades of Lavender Pink #FCA8D1
Tints of Lavender Pink #FCA8D1
RGB
CMYK
RGB Variations
Color information
#FCA8D1 (or 0xFCA8D1) is known color: Lavender Pink. HEX triplet: FC, A8 and D1. RGB value is (252,168,209). Sum of RGB (Red+Green+Blue) = 252+168+209=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8D1 is #03572E. Grayscale: #C5C5C5. Windows color (decimal): -218927 or 13740284. OLE color: 13740284.
HSL color Cylindrical-coordinate representation of color #FCA8D1: hue angle of 330.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8D1 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 209 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.01 |
| HSL | 330.71º | 0.93% | 0.82% | - |
| HSV(B) | 330.71º | 0.33% | 0.99% | - |
| XYZ | 65.66 | 53.3 | 67.15 | - |
| YUV | 197.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 209 | 0 | 0.33 | 0.17 | 0.01 | 330.71 | 0.93 | 0.82 |
| Hex | FC | A8 | D1 | 0 | 21 | 11 | 1 | 14B | 5D | 52 |
| Octal | 374 | 250 | 321 | 0 | 41 | 21 | 1 | 513 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11010001 | 0 | 100001 | 10001 | 1 | 101001011 | 1011101 | 1010010 |
Color Harmonies of #FCA8D1
Complementary color
Monochromatic Colors of #FCA8D1
Black with #FCA8D1
Text Example
Text Example
White with #FCA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8D1; }
p { color: rgb(252,168,209); }
H1.HeaderClassName
{
color: #FCA8D1;
}
.AnyTagClassName
{
color: #FCA8D1;
}
</style>
background-color css
<style>
a { background-color: #FCA8D1; }
a { background-color: rgb(252,168,209); }
div.DivClassName
{
background-color: #FCA8D1;
}
.BgClassName
{
background-color: #FCA8D1;
}
</style>
border-color css
<style>
span { border-color: #FCA8D1; }
span { border-color: rgb(252,168,209); }
td.TdClassName
{
border-color: #FCA8D1;
}
.TagClassName
{
border-color: #FCA8D1;
}
</style>