Shades of Cupid #FCB0CA
Tints of Cupid #FCB0CA
RGB
CMYK
RGB Variations
Color information
#FCB0CA (or 0xFCB0CA) is known color: Cupid. HEX triplet: FC, B0 and CA. RGB value is (252,176,202). Sum of RGB (Red+Green+Blue) = 252+176+202=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CA is #034F35. Grayscale: #C9C9C9. Windows color (decimal): -216886 or 13283580. OLE color: 13283580.
HSL color Cylindrical-coordinate representation of color #FCB0CA: hue angle of 339.47º 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 #FCB0CA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 202 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.01 |
| HSL | 339.47º | 0.93% | 0.84% | - |
| HSV(B) | 339.47º | 0.3% | 0.99% | - |
| XYZ | 66.33 | 56.01 | 63.19 | - |
| YUV | 201.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 202 | 0 | 0.30 | 0.20 | 0.01 | 339.47 | 0.93 | 0.84 |
| Hex | FC | B0 | CA | 0 | 1E | 14 | 1 | 153 | 5D | 54 |
| Octal | 374 | 260 | 312 | 0 | 36 | 24 | 1 | 523 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11001010 | 0 | 11110 | 10100 | 1 | 101010011 | 1011101 | 1010100 |
Color Harmonies of #FCB0CA
Complementary color
Monochromatic Colors of #FCB0CA
Black with #FCB0CA
Text Example
Text Example
White with #FCB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0CA; }
p { color: rgb(252,176,202); }
H1.HeaderClassName
{
color: #FCB0CA;
}
.AnyTagClassName
{
color: #FCB0CA;
}
</style>
background-color css
<style>
a { background-color: #FCB0CA; }
a { background-color: rgb(252,176,202); }
div.DivClassName
{
background-color: #FCB0CA;
}
.BgClassName
{
background-color: #FCB0CA;
}
</style>
border-color css
<style>
span { border-color: #FCB0CA; }
span { border-color: rgb(252,176,202); }
td.TdClassName
{
border-color: #FCB0CA;
}
.TagClassName
{
border-color: #FCB0CA;
}
</style>