Shades of Cupid #FCB0C4
Tints of Cupid #FCB0C4
RGB
CMYK
RGB Variations
Color information
#FCB0C4 (or 0xFCB0C4) is known color: Cupid. HEX triplet: FC, B0 and C4. RGB value is (252,176,196). Sum of RGB (Red+Green+Blue) = 252+176+196=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C4 is #034F3B. Grayscale: #C9C9C9. Windows color (decimal): -216892 or 12890364. OLE color: 12890364.
HSL color Cylindrical-coordinate representation of color #FCB0C4: hue angle of 344.21º 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 #FCB0C4 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 196 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.01 |
| HSL | 344.21º | 0.93% | 0.84% | - |
| HSV(B) | 344.21º | 0.3% | 0.99% | - |
| XYZ | 65.63 | 55.73 | 59.52 | - |
| YUV | 201 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 196 | 0 | 0.30 | 0.22 | 0.01 | 344.21 | 0.93 | 0.84 |
| Hex | FC | B0 | C4 | 0 | 1E | 16 | 1 | 158 | 5D | 54 |
| Octal | 374 | 260 | 304 | 0 | 36 | 26 | 1 | 530 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11000100 | 0 | 11110 | 10110 | 1 | 101011000 | 1011101 | 1010100 |
Color Harmonies of #FCB0C4
Complementary color
Monochromatic Colors of #FCB0C4
Black with #FCB0C4
Text Example
Text Example
White with #FCB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0C4; }
p { color: rgb(252,176,196); }
H1.HeaderClassName
{
color: #FCB0C4;
}
.AnyTagClassName
{
color: #FCB0C4;
}
</style>
background-color css
<style>
a { background-color: #FCB0C4; }
a { background-color: rgb(252,176,196); }
div.DivClassName
{
background-color: #FCB0C4;
}
.BgClassName
{
background-color: #FCB0C4;
}
</style>
border-color css
<style>
span { border-color: #FCB0C4; }
span { border-color: rgb(252,176,196); }
td.TdClassName
{
border-color: #FCB0C4;
}
.TagClassName
{
border-color: #FCB0C4;
}
</style>