Shades of Lavender Pink #FCACD9
Tints of Lavender Pink #FCACD9
RGB
CMYK
RGB Variations
Color information
#FCACD9 (or 0xFCACD9) is known color: Lavender Pink. HEX triplet: FC, AC and D9. RGB value is (252,172,217). Sum of RGB (Red+Green+Blue) = 252+172+217=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD9 is #035326. Grayscale: #C8C8C8. Windows color (decimal): -217895 or 14265596. OLE color: 14265596.
HSL color Cylindrical-coordinate representation of color #FCACD9: hue angle of 326.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACD9 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 217 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.01 |
| HSL | 326.25º | 0.93% | 0.83% | - |
| HSV(B) | 326.25º | 0.32% | 0.99% | - |
| XYZ | 67.42 | 55.21 | 72.75 | - |
| YUV | 201.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 217 | 0 | 0.32 | 0.14 | 0.01 | 326.25 | 0.93 | 0.83 |
| Hex | FC | AC | D9 | 0 | 20 | E | 1 | 146 | 5D | 53 |
| Octal | 374 | 254 | 331 | 0 | 40 | 16 | 1 | 506 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11011001 | 0 | 100000 | 1110 | 1 | 101000110 | 1011101 | 1010011 |
Color Harmonies of #FCACD9
Complementary color
Monochromatic Colors of #FCACD9
Black with #FCACD9
Text Example
Text Example
White with #FCACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACD9; }
p { color: rgb(252,172,217); }
H1.HeaderClassName
{
color: #FCACD9;
}
.AnyTagClassName
{
color: #FCACD9;
}
</style>
background-color css
<style>
a { background-color: #FCACD9; }
a { background-color: rgb(252,172,217); }
div.DivClassName
{
background-color: #FCACD9;
}
.BgClassName
{
background-color: #FCACD9;
}
</style>
border-color css
<style>
span { border-color: #FCACD9; }
span { border-color: rgb(252,172,217); }
td.TdClassName
{
border-color: #FCACD9;
}
.TagClassName
{
border-color: #FCACD9;
}
</style>