Shades of Cupid #FCB4CA
Tints of Cupid #FCB4CA
RGB
CMYK
RGB Variations
Color information
#FCB4CA (or 0xFCB4CA) is known color: Cupid. HEX triplet: FC, B4 and CA. RGB value is (252,180,202). Sum of RGB (Red+Green+Blue) = 252+180+202=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4CA is #034B35. Grayscale: #CCCCCC. Windows color (decimal): -215862 or 13284604. OLE color: 13284604.
HSL color Cylindrical-coordinate representation of color #FCB4CA: hue angle of 341.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB4CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 202 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.01 |
| HSL | 341.67º | 0.92% | 0.85% | - |
| HSV(B) | 341.67º | 0.29% | 0.99% | - |
| XYZ | 67.13 | 57.6 | 63.46 | - |
| YUV | 204.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 202 | 0 | 0.29 | 0.20 | 0.01 | 341.67 | 0.92 | 0.85 |
| Hex | FC | B4 | CA | 0 | 1D | 14 | 1 | 156 | 5C | 55 |
| Octal | 374 | 264 | 312 | 0 | 35 | 24 | 1 | 526 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11001010 | 0 | 11101 | 10100 | 1 | 101010110 | 1011100 | 1010101 |
Color Harmonies of #FCB4CA
Complementary color
Monochromatic Colors of #FCB4CA
Black with #FCB4CA
Text Example
Text Example
White with #FCB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4CA; }
p { color: rgb(252,180,202); }
H1.HeaderClassName
{
color: #FCB4CA;
}
.AnyTagClassName
{
color: #FCB4CA;
}
</style>
background-color css
<style>
a { background-color: #FCB4CA; }
a { background-color: rgb(252,180,202); }
div.DivClassName
{
background-color: #FCB4CA;
}
.BgClassName
{
background-color: #FCB4CA;
}
</style>
border-color css
<style>
span { border-color: #FCB4CA; }
span { border-color: rgb(252,180,202); }
td.TdClassName
{
border-color: #FCB4CA;
}
.TagClassName
{
border-color: #FCB4CA;
}
</style>