Shades of Lavender Pink #FCA8D3
Tints of Lavender Pink #FCA8D3
RGB
CMYK
RGB Variations
Color information
#FCA8D3 (or 0xFCA8D3) is known color: Lavender Pink. HEX triplet: FC, A8 and D3. RGB value is (252,168,211). Sum of RGB (Red+Green+Blue) = 252+168+211=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8D3 is #03572C. Grayscale: #C5C5C5. Windows color (decimal): -218925 or 13871356. OLE color: 13871356.
HSL color Cylindrical-coordinate representation of color #FCA8D3: hue angle of 329.29º 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 #FCA8D3 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 211 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.01 |
| HSL | 329.29º | 0.93% | 0.82% | - |
| HSV(B) | 329.29º | 0.33% | 0.99% | - |
| XYZ | 65.91 | 53.4 | 68.46 | - |
| YUV | 198.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 211 | 0 | 0.33 | 0.16 | 0.01 | 329.29 | 0.93 | 0.82 |
| Hex | FC | A8 | D3 | 0 | 21 | 10 | 1 | 149 | 5D | 52 |
| Octal | 374 | 250 | 323 | 0 | 41 | 20 | 1 | 511 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11010011 | 0 | 100001 | 10000 | 1 | 101001001 | 1011101 | 1010010 |
Color Harmonies of #FCA8D3
Complementary color
Monochromatic Colors of #FCA8D3
Black with #FCA8D3
Text Example
Text Example
White with #FCA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8D3; }
p { color: rgb(252,168,211); }
H1.HeaderClassName
{
color: #FCA8D3;
}
.AnyTagClassName
{
color: #FCA8D3;
}
</style>
background-color css
<style>
a { background-color: #FCA8D3; }
a { background-color: rgb(252,168,211); }
div.DivClassName
{
background-color: #FCA8D3;
}
.BgClassName
{
background-color: #FCA8D3;
}
</style>
border-color css
<style>
span { border-color: #FCA8D3; }
span { border-color: rgb(252,168,211); }
td.TdClassName
{
border-color: #FCA8D3;
}
.TagClassName
{
border-color: #FCA8D3;
}
</style>