Shades of Cupid #FCB2C3
Tints of Cupid #FCB2C3
RGB
CMYK
RGB Variations
Color information
#FCB2C3 (or 0xFCB2C3) is known color: Cupid. HEX triplet: FC, B2 and C3. RGB value is (252,178,195). Sum of RGB (Red+Green+Blue) = 252+178+195=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C3 is #034D3C. Grayscale: #CACACA. Windows color (decimal): -216381 or 12825340. OLE color: 12825340.
HSL color Cylindrical-coordinate representation of color #FCB2C3: hue angle of 346.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2C3 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 195 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.01 |
| HSL | 346.22º | 0.93% | 0.84% | - |
| HSV(B) | 346.22º | 0.29% | 0.99% | - |
| XYZ | 65.92 | 56.48 | 59.06 | - |
| YUV | 202.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 195 | 0 | 0.29 | 0.23 | 0.01 | 346.22 | 0.93 | 0.84 |
| Hex | FC | B2 | C3 | 0 | 1D | 17 | 1 | 15A | 5C | 54 |
| Octal | 374 | 262 | 303 | 0 | 35 | 27 | 1 | 532 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11000011 | 0 | 11101 | 10111 | 1 | 101011010 | 1011100 | 1010100 |
Color Harmonies of #FCB2C3
Complementary color
Monochromatic Colors of #FCB2C3
Black with #FCB2C3
Text Example
Text Example
White with #FCB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2C3; }
p { color: rgb(252,178,195); }
H1.HeaderClassName
{
color: #FCB2C3;
}
.AnyTagClassName
{
color: #FCB2C3;
}
</style>
background-color css
<style>
a { background-color: #FCB2C3; }
a { background-color: rgb(252,178,195); }
div.DivClassName
{
background-color: #FCB2C3;
}
.BgClassName
{
background-color: #FCB2C3;
}
</style>
border-color css
<style>
span { border-color: #FCB2C3; }
span { border-color: rgb(252,178,195); }
td.TdClassName
{
border-color: #FCB2C3;
}
.TagClassName
{
border-color: #FCB2C3;
}
</style>