Shades of Lavender Pink #FCA9D9
Tints of Lavender Pink #FCA9D9
RGB
CMYK
RGB Variations
Color information
#FCA9D9 (or 0xFCA9D9) is known color: Lavender Pink. HEX triplet: FC, A9 and D9. RGB value is (252,169,217). Sum of RGB (Red+Green+Blue) = 252+169+217=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9D9 is #035626. Grayscale: #C7C7C7. Windows color (decimal): -218663 or 14264828. OLE color: 14264828.
HSL color Cylindrical-coordinate representation of color #FCA9D9: hue angle of 325.3º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9D9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 217 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.01 |
| HSL | 325.3º | 0.93% | 0.83% | - |
| HSV(B) | 325.3º | 0.33% | 0.99% | - |
| XYZ | 66.86 | 54.08 | 72.56 | - |
| YUV | 199.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 217 | 0 | 0.33 | 0.14 | 0.01 | 325.3 | 0.93 | 0.83 |
| Hex | FC | A9 | D9 | 0 | 21 | E | 1 | 145 | 5D | 53 |
| Octal | 374 | 251 | 331 | 0 | 41 | 16 | 1 | 505 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11011001 | 0 | 100001 | 1110 | 1 | 101000101 | 1011101 | 1010011 |
Color Harmonies of #FCA9D9
Complementary color
Monochromatic Colors of #FCA9D9
Black with #FCA9D9
Text Example
Text Example
White with #FCA9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9D9; }
p { color: rgb(252,169,217); }
H1.HeaderClassName
{
color: #FCA9D9;
}
.AnyTagClassName
{
color: #FCA9D9;
}
</style>
background-color css
<style>
a { background-color: #FCA9D9; }
a { background-color: rgb(252,169,217); }
div.DivClassName
{
background-color: #FCA9D9;
}
.BgClassName
{
background-color: #FCA9D9;
}
</style>
border-color css
<style>
span { border-color: #FCA9D9; }
span { border-color: rgb(252,169,217); }
td.TdClassName
{
border-color: #FCA9D9;
}
.TagClassName
{
border-color: #FCA9D9;
}
</style>