Shades of Cupid #FCB5CB
Tints of Cupid #FCB5CB
RGB
CMYK
RGB Variations
Color information
#FCB5CB (or 0xFCB5CB) is known color: Cupid. HEX triplet: FC, B5 and CB. RGB value is (252,181,203). Sum of RGB (Red+Green+Blue) = 252+181+203=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5CB is #034A34. Grayscale: #CCCCCC. Windows color (decimal): -215605 or 13350396. OLE color: 13350396.
HSL color Cylindrical-coordinate representation of color #FCB5CB: hue angle of 341.41º 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 #FCB5CB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 203 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.01 |
| HSL | 341.41º | 0.92% | 0.85% | - |
| HSV(B) | 341.41º | 0.28% | 0.99% | - |
| XYZ | 67.45 | 58.06 | 64.15 | - |
| YUV | 204.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 203 | 0 | 0.28 | 0.19 | 0.01 | 341.41 | 0.92 | 0.85 |
| Hex | FC | B5 | CB | 0 | 1C | 13 | 1 | 155 | 5C | 55 |
| Octal | 374 | 265 | 313 | 0 | 34 | 23 | 1 | 525 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11001011 | 0 | 11100 | 10011 | 1 | 101010101 | 1011100 | 1010101 |
Color Harmonies of #FCB5CB
Complementary color
Monochromatic Colors of #FCB5CB
Black with #FCB5CB
Text Example
Text Example
White with #FCB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5CB; }
p { color: rgb(252,181,203); }
H1.HeaderClassName
{
color: #FCB5CB;
}
.AnyTagClassName
{
color: #FCB5CB;
}
</style>
background-color css
<style>
a { background-color: #FCB5CB; }
a { background-color: rgb(252,181,203); }
div.DivClassName
{
background-color: #FCB5CB;
}
.BgClassName
{
background-color: #FCB5CB;
}
</style>
border-color css
<style>
span { border-color: #FCB5CB; }
span { border-color: rgb(252,181,203); }
td.TdClassName
{
border-color: #FCB5CB;
}
.TagClassName
{
border-color: #FCB5CB;
}
</style>