Shades of Cupid #FCB2C6
Tints of Cupid #FCB2C6
RGB
CMYK
RGB Variations
Color information
#FCB2C6 (or 0xFCB2C6) is known color: Cupid. HEX triplet: FC, B2 and C6. RGB value is (252,178,198). Sum of RGB (Red+Green+Blue) = 252+178+198=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C6 is #034D39. Grayscale: #CACACA. Windows color (decimal): -216378 or 13021948. OLE color: 13021948.
HSL color Cylindrical-coordinate representation of color #FCB2C6: hue angle of 343.78º 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 #FCB2C6 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 198 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.01 |
| HSL | 343.78º | 0.93% | 0.84% | - |
| HSV(B) | 343.78º | 0.29% | 0.99% | - |
| XYZ | 66.26 | 56.61 | 60.86 | - |
| YUV | 202.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 198 | 0 | 0.29 | 0.21 | 0.01 | 343.78 | 0.93 | 0.84 |
| Hex | FC | B2 | C6 | 0 | 1D | 15 | 1 | 158 | 5C | 54 |
| Octal | 374 | 262 | 306 | 0 | 35 | 25 | 1 | 530 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11000110 | 0 | 11101 | 10101 | 1 | 101011000 | 1011100 | 1010100 |
Color Harmonies of #FCB2C6
Complementary color
Monochromatic Colors of #FCB2C6
Black with #FCB2C6
Text Example
Text Example
White with #FCB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2C6; }
p { color: rgb(252,178,198); }
H1.HeaderClassName
{
color: #FCB2C6;
}
.AnyTagClassName
{
color: #FCB2C6;
}
</style>
background-color css
<style>
a { background-color: #FCB2C6; }
a { background-color: rgb(252,178,198); }
div.DivClassName
{
background-color: #FCB2C6;
}
.BgClassName
{
background-color: #FCB2C6;
}
</style>
border-color css
<style>
span { border-color: #FCB2C6; }
span { border-color: rgb(252,178,198); }
td.TdClassName
{
border-color: #FCB2C6;
}
.TagClassName
{
border-color: #FCB2C6;
}
</style>