Shades of Lavender Pink #FCA9DB
Tints of Lavender Pink #FCA9DB
RGB
CMYK
RGB Variations
Color information
#FCA9DB (or 0xFCA9DB) is known color: Lavender Pink. HEX triplet: FC, A9 and DB. RGB value is (252,169,219). Sum of RGB (Red+Green+Blue) = 252+169+219=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9DB is #035624. Grayscale: #C7C7C7. Windows color (decimal): -218661 or 14395900. OLE color: 14395900.
HSL color Cylindrical-coordinate representation of color #FCA9DB: hue angle of 323.86º 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 #FCA9DB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 323.86º | 0.93% | 0.83% | - |
| HSV(B) | 323.86º | 0.33% | 0.99% | - |
| XYZ | 67.12 | 54.19 | 73.94 | - |
| YUV | 199.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 219 | 0 | 0.33 | 0.13 | 0.01 | 323.86 | 0.93 | 0.83 |
| Hex | FC | A9 | DB | 0 | 21 | D | 1 | 144 | 5D | 53 |
| Octal | 374 | 251 | 333 | 0 | 41 | 15 | 1 | 504 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11011011 | 0 | 100001 | 1101 | 1 | 101000100 | 1011101 | 1010011 |
Color Harmonies of #FCA9DB
Complementary color
Monochromatic Colors of #FCA9DB
Black with #FCA9DB
Text Example
Text Example
White with #FCA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9DB; }
p { color: rgb(252,169,219); }
H1.HeaderClassName
{
color: #FCA9DB;
}
.AnyTagClassName
{
color: #FCA9DB;
}
</style>
background-color css
<style>
a { background-color: #FCA9DB; }
a { background-color: rgb(252,169,219); }
div.DivClassName
{
background-color: #FCA9DB;
}
.BgClassName
{
background-color: #FCA9DB;
}
</style>
border-color css
<style>
span { border-color: #FCA9DB; }
span { border-color: rgb(252,169,219); }
td.TdClassName
{
border-color: #FCA9DB;
}
.TagClassName
{
border-color: #FCA9DB;
}
</style>