Shades of Cupid #FCB7C8
Tints of Cupid #FCB7C8
RGB
CMYK
RGB Variations
Color information
#FCB7C8 (or 0xFCB7C8) is known color: Cupid. HEX triplet: FC, B7 and C8. RGB value is (252,183,200). Sum of RGB (Red+Green+Blue) = 252+183+200=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C8 is #034837. Grayscale: #CDCDCD. Windows color (decimal): -215096 or 13154300. OLE color: 13154300.
HSL color Cylindrical-coordinate representation of color #FCB7C8: hue angle of 345.22º 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 #FCB7C8 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 200 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.01 |
| HSL | 345.22º | 0.92% | 0.85% | - |
| HSV(B) | 345.22º | 0.27% | 0.99% | - |
| XYZ | 67.5 | 58.73 | 62.42 | - |
| YUV | 205.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 200 | 0 | 0.27 | 0.21 | 0.01 | 345.22 | 0.92 | 0.85 |
| Hex | FC | B7 | C8 | 0 | 1B | 15 | 1 | 159 | 5C | 55 |
| Octal | 374 | 267 | 310 | 0 | 33 | 25 | 1 | 531 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11001000 | 0 | 11011 | 10101 | 1 | 101011001 | 1011100 | 1010101 |
Color Harmonies of #FCB7C8
Complementary color
Monochromatic Colors of #FCB7C8
Black with #FCB7C8
Text Example
Text Example
White with #FCB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7C8; }
p { color: rgb(252,183,200); }
H1.HeaderClassName
{
color: #FCB7C8;
}
.AnyTagClassName
{
color: #FCB7C8;
}
</style>
background-color css
<style>
a { background-color: #FCB7C8; }
a { background-color: rgb(252,183,200); }
div.DivClassName
{
background-color: #FCB7C8;
}
.BgClassName
{
background-color: #FCB7C8;
}
</style>
border-color css
<style>
span { border-color: #FCB7C8; }
span { border-color: rgb(252,183,200); }
td.TdClassName
{
border-color: #FCB7C8;
}
.TagClassName
{
border-color: #FCB7C8;
}
</style>