Shades of Cupid #FCB5CA
Tints of Cupid #FCB5CA
RGB
CMYK
RGB Variations
Color information
#FCB5CA (or 0xFCB5CA) is known color: Cupid. HEX triplet: FC, B5 and CA. RGB value is (252,181,202). Sum of RGB (Red+Green+Blue) = 252+181+202=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5CA is #034A35. Grayscale: #CCCCCC. Windows color (decimal): -215606 or 13284860. OLE color: 13284860.
HSL color Cylindrical-coordinate representation of color #FCB5CA: hue angle of 342.25º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.01 |
| HSL | 342.25º | 0.92% | 0.85% | - |
| HSV(B) | 342.25º | 0.28% | 0.99% | - |
| XYZ | 67.33 | 58.01 | 63.53 | - |
| YUV | 204.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 202 | 0 | 0.28 | 0.20 | 0.01 | 342.25 | 0.92 | 0.85 |
| Hex | FC | B5 | CA | 0 | 1C | 14 | 1 | 156 | 5C | 55 |
| Octal | 374 | 265 | 312 | 0 | 34 | 24 | 1 | 526 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11001010 | 0 | 11100 | 10100 | 1 | 101010110 | 1011100 | 1010101 |
Color Harmonies of #FCB5CA
Complementary color
Monochromatic Colors of #FCB5CA
Black with #FCB5CA
Text Example
Text Example
White with #FCB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5CA; }
p { color: rgb(252,181,202); }
H1.HeaderClassName
{
color: #FCB5CA;
}
.AnyTagClassName
{
color: #FCB5CA;
}
</style>
background-color css
<style>
a { background-color: #FCB5CA; }
a { background-color: rgb(252,181,202); }
div.DivClassName
{
background-color: #FCB5CA;
}
.BgClassName
{
background-color: #FCB5CA;
}
</style>
border-color css
<style>
span { border-color: #FCB5CA; }
span { border-color: rgb(252,181,202); }
td.TdClassName
{
border-color: #FCB5CA;
}
.TagClassName
{
border-color: #FCB5CA;
}
</style>