Shades of Cupid #FCB7C9
Tints of Cupid #FCB7C9
RGB
CMYK
RGB Variations
Color information
#FCB7C9 (or 0xFCB7C9) is known color: Cupid. HEX triplet: FC, B7 and C9. RGB value is (252,183,201). Sum of RGB (Red+Green+Blue) = 252+183+201=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C9 is #034836. Grayscale: #CDCDCD. Windows color (decimal): -215095 or 13219836. OLE color: 13219836.
HSL color Cylindrical-coordinate representation of color #FCB7C9: hue angle of 344.35º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7C9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 201 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.01 |
| HSL | 344.35º | 0.92% | 0.85% | - |
| HSV(B) | 344.35º | 0.27% | 0.99% | - |
| XYZ | 67.62 | 58.78 | 63.04 | - |
| YUV | 205.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 201 | 0 | 0.27 | 0.20 | 0.01 | 344.35 | 0.92 | 0.85 |
| Hex | FC | B7 | C9 | 0 | 1B | 14 | 1 | 158 | 5C | 55 |
| Octal | 374 | 267 | 311 | 0 | 33 | 24 | 1 | 530 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11001001 | 0 | 11011 | 10100 | 1 | 101011000 | 1011100 | 1010101 |
Color Harmonies of #FCB7C9
Complementary color
Monochromatic Colors of #FCB7C9
Black with #FCB7C9
Text Example
Text Example
White with #FCB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7C9; }
p { color: rgb(252,183,201); }
H1.HeaderClassName
{
color: #FCB7C9;
}
.AnyTagClassName
{
color: #FCB7C9;
}
</style>
background-color css
<style>
a { background-color: #FCB7C9; }
a { background-color: rgb(252,183,201); }
div.DivClassName
{
background-color: #FCB7C9;
}
.BgClassName
{
background-color: #FCB7C9;
}
</style>
border-color css
<style>
span { border-color: #FCB7C9; }
span { border-color: rgb(252,183,201); }
td.TdClassName
{
border-color: #FCB7C9;
}
.TagClassName
{
border-color: #FCB7C9;
}
</style>