Shades of Cupid #FCA6BA
Tints of Cupid #FCA6BA
RGB
CMYK
RGB Variations
Color information
#FCA6BA (or 0xFCA6BA) is known color: Cupid. HEX triplet: FC, A6 and BA. RGB value is (252,166,186). Sum of RGB (Red+Green+Blue) = 252+166+186=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6BA is #035945. Grayscale: #C2C2C2. Windows color (decimal): -219462 or 12232444. OLE color: 12232444.
HSL color Cylindrical-coordinate representation of color #FCA6BA: hue angle of 346.05º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6BA is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 186 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.01 |
| HSL | 346.05º | 0.93% | 0.82% | - |
| HSV(B) | 346.05º | 0.34% | 0.99% | - |
| XYZ | 62.64 | 51.51 | 53.1 | - |
| YUV | 193.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 186 | 0 | 0.34 | 0.26 | 0.01 | 346.05 | 0.93 | 0.82 |
| Hex | FC | A6 | BA | 0 | 22 | 1A | 1 | 15A | 5D | 52 |
| Octal | 374 | 246 | 272 | 0 | 42 | 32 | 1 | 532 | 135 | 122 |
| Binary | 11111100 | 10100110 | 10111010 | 0 | 100010 | 11010 | 1 | 101011010 | 1011101 | 1010010 |
Color Harmonies of #FCA6BA
Complementary color
Monochromatic Colors of #FCA6BA
Black with #FCA6BA
Text Example
Text Example
White with #FCA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6BA; }
p { color: rgb(252,166,186); }
H1.HeaderClassName
{
color: #FCA6BA;
}
.AnyTagClassName
{
color: #FCA6BA;
}
</style>
background-color css
<style>
a { background-color: #FCA6BA; }
a { background-color: rgb(252,166,186); }
div.DivClassName
{
background-color: #FCA6BA;
}
.BgClassName
{
background-color: #FCA6BA;
}
</style>
border-color css
<style>
span { border-color: #FCA6BA; }
span { border-color: rgb(252,166,186); }
td.TdClassName
{
border-color: #FCA6BA;
}
.TagClassName
{
border-color: #FCA6BA;
}
</style>