Shades of Cupid #FCB3C7
Tints of Cupid #FCB3C7
RGB
CMYK
RGB Variations
Color information
#FCB3C7 (or 0xFCB3C7) is known color: Cupid. HEX triplet: FC, B3 and C7. RGB value is (252,179,199). Sum of RGB (Red+Green+Blue) = 252+179+199=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C7 is #034C38. Grayscale: #CBCBCB. Windows color (decimal): -216121 or 13087740. OLE color: 13087740.
HSL color Cylindrical-coordinate representation of color #FCB3C7: hue angle of 343.56º 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 #FCB3C7 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 199 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.01 |
| HSL | 343.56º | 0.92% | 0.85% | - |
| HSV(B) | 343.56º | 0.29% | 0.99% | - |
| XYZ | 66.57 | 57.06 | 61.54 | - |
| YUV | 203.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 199 | 0 | 0.29 | 0.21 | 0.01 | 343.56 | 0.92 | 0.85 |
| Hex | FC | B3 | C7 | 0 | 1D | 15 | 1 | 158 | 5C | 55 |
| Octal | 374 | 263 | 307 | 0 | 35 | 25 | 1 | 530 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11000111 | 0 | 11101 | 10101 | 1 | 101011000 | 1011100 | 1010101 |
Color Harmonies of #FCB3C7
Complementary color
Monochromatic Colors of #FCB3C7
Black with #FCB3C7
Text Example
Text Example
White with #FCB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3C7; }
p { color: rgb(252,179,199); }
H1.HeaderClassName
{
color: #FCB3C7;
}
.AnyTagClassName
{
color: #FCB3C7;
}
</style>
background-color css
<style>
a { background-color: #FCB3C7; }
a { background-color: rgb(252,179,199); }
div.DivClassName
{
background-color: #FCB3C7;
}
.BgClassName
{
background-color: #FCB3C7;
}
</style>
border-color css
<style>
span { border-color: #FCB3C7; }
span { border-color: rgb(252,179,199); }
td.TdClassName
{
border-color: #FCB3C7;
}
.TagClassName
{
border-color: #FCB3C7;
}
</style>