Shades of Cupid #FCB0C7
Tints of Cupid #FCB0C7
RGB
CMYK
RGB Variations
Color information
#FCB0C7 (or 0xFCB0C7) is known color: Cupid. HEX triplet: FC, B0 and C7. RGB value is (252,176,199). Sum of RGB (Red+Green+Blue) = 252+176+199=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C7 is #034F38. Grayscale: #C9C9C9. Windows color (decimal): -216889 or 13086972. OLE color: 13086972.
HSL color Cylindrical-coordinate representation of color #FCB0C7: hue angle of 341.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0C7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 199 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 341.84º | 0.93% | 0.84% | - |
| HSV(B) | 341.84º | 0.3% | 0.99% | - |
| XYZ | 65.98 | 55.87 | 61.34 | - |
| YUV | 201.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 199 | 0 | 0.30 | 0.21 | 0.01 | 341.84 | 0.93 | 0.84 |
| Hex | FC | B0 | C7 | 0 | 1E | 15 | 1 | 156 | 5D | 54 |
| Octal | 374 | 260 | 307 | 0 | 36 | 25 | 1 | 526 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11000111 | 0 | 11110 | 10101 | 1 | 101010110 | 1011101 | 1010100 |
Color Harmonies of #FCB0C7
Complementary color
Monochromatic Colors of #FCB0C7
Black with #FCB0C7
Text Example
Text Example
White with #FCB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0C7; }
p { color: rgb(252,176,199); }
H1.HeaderClassName
{
color: #FCB0C7;
}
.AnyTagClassName
{
color: #FCB0C7;
}
</style>
background-color css
<style>
a { background-color: #FCB0C7; }
a { background-color: rgb(252,176,199); }
div.DivClassName
{
background-color: #FCB0C7;
}
.BgClassName
{
background-color: #FCB0C7;
}
</style>
border-color css
<style>
span { border-color: #FCB0C7; }
span { border-color: rgb(252,176,199); }
td.TdClassName
{
border-color: #FCB0C7;
}
.TagClassName
{
border-color: #FCB0C7;
}
</style>