Shades of Cupid #FCA9BD
Tints of Cupid #FCA9BD
RGB
CMYK
RGB Variations
Color information
#FCA9BD (or 0xFCA9BD) is known color: Cupid. HEX triplet: FC, A9 and BD. RGB value is (252,169,189). Sum of RGB (Red+Green+Blue) = 252+169+189=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BD is #035642. Grayscale: #C4C4C4. Windows color (decimal): -218691 or 12429820. OLE color: 12429820.
HSL color Cylindrical-coordinate representation of color #FCA9BD: hue angle of 345.54º 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 #FCA9BD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 189 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.01 |
| HSL | 345.54º | 0.93% | 0.83% | - |
| HSV(B) | 345.54º | 0.33% | 0.99% | - |
| XYZ | 63.52 | 52.75 | 54.98 | - |
| YUV | 196.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 189 | 0 | 0.33 | 0.25 | 0.01 | 345.54 | 0.93 | 0.83 |
| Hex | FC | A9 | BD | 0 | 21 | 19 | 1 | 15A | 5D | 53 |
| Octal | 374 | 251 | 275 | 0 | 41 | 31 | 1 | 532 | 135 | 123 |
| Binary | 11111100 | 10101001 | 10111101 | 0 | 100001 | 11001 | 1 | 101011010 | 1011101 | 1010011 |
Color Harmonies of #FCA9BD
Complementary color
Monochromatic Colors of #FCA9BD
Black with #FCA9BD
Text Example
Text Example
White with #FCA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9BD; }
p { color: rgb(252,169,189); }
H1.HeaderClassName
{
color: #FCA9BD;
}
.AnyTagClassName
{
color: #FCA9BD;
}
</style>
background-color css
<style>
a { background-color: #FCA9BD; }
a { background-color: rgb(252,169,189); }
div.DivClassName
{
background-color: #FCA9BD;
}
.BgClassName
{
background-color: #FCA9BD;
}
</style>
border-color css
<style>
span { border-color: #FCA9BD; }
span { border-color: rgb(252,169,189); }
td.TdClassName
{
border-color: #FCA9BD;
}
.TagClassName
{
border-color: #FCA9BD;
}
</style>