Shades of Cupid #FCB3C9
Tints of Cupid #FCB3C9
RGB
CMYK
RGB Variations
Color information
#FCB3C9 (or 0xFCB3C9) is known color: Cupid. HEX triplet: FC, B3 and C9. RGB value is (252,179,201). Sum of RGB (Red+Green+Blue) = 252+179+201=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C9 is #034C36. Grayscale: #CBCBCB. Windows color (decimal): -216119 or 13218812. OLE color: 13218812.
HSL color Cylindrical-coordinate representation of color #FCB3C9: hue angle of 341.92º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3C9 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 201 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.01 |
| HSL | 341.92º | 0.92% | 0.85% | - |
| HSV(B) | 341.92º | 0.29% | 0.99% | - |
| XYZ | 66.81 | 57.15 | 62.77 | - |
| YUV | 203.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 201 | 0 | 0.29 | 0.20 | 0.01 | 341.92 | 0.92 | 0.85 |
| Hex | FC | B3 | C9 | 0 | 1D | 14 | 1 | 156 | 5C | 55 |
| Octal | 374 | 263 | 311 | 0 | 35 | 24 | 1 | 526 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11001001 | 0 | 11101 | 10100 | 1 | 101010110 | 1011100 | 1010101 |
Color Harmonies of #FCB3C9
Complementary color
Monochromatic Colors of #FCB3C9
Black with #FCB3C9
Text Example
Text Example
White with #FCB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3C9; }
p { color: rgb(252,179,201); }
H1.HeaderClassName
{
color: #FCB3C9;
}
.AnyTagClassName
{
color: #FCB3C9;
}
</style>
background-color css
<style>
a { background-color: #FCB3C9; }
a { background-color: rgb(252,179,201); }
div.DivClassName
{
background-color: #FCB3C9;
}
.BgClassName
{
background-color: #FCB3C9;
}
</style>
border-color css
<style>
span { border-color: #FCB3C9; }
span { border-color: rgb(252,179,201); }
td.TdClassName
{
border-color: #FCB3C9;
}
.TagClassName
{
border-color: #FCB3C9;
}
</style>