Shades of Cupid #FCB6C8
Tints of Cupid #FCB6C8
RGB
CMYK
RGB Variations
Color information
#FCB6C8 (or 0xFCB6C8) is known color: Cupid. HEX triplet: FC, B6 and C8. RGB value is (252,182,200). Sum of RGB (Red+Green+Blue) = 252+182+200=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6C8 is #034937. Grayscale: #CCCCCC. Windows color (decimal): -215352 or 13154044. OLE color: 13154044.
HSL color Cylindrical-coordinate representation of color #FCB6C8: hue angle of 344.57º 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 #FCB6C8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 200 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.01 |
| HSL | 344.57º | 0.92% | 0.85% | - |
| HSV(B) | 344.57º | 0.28% | 0.99% | - |
| XYZ | 67.3 | 58.32 | 62.35 | - |
| YUV | 204.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 200 | 0 | 0.28 | 0.21 | 0.01 | 344.57 | 0.92 | 0.85 |
| Hex | FC | B6 | C8 | 0 | 1C | 15 | 1 | 159 | 5C | 55 |
| Octal | 374 | 266 | 310 | 0 | 34 | 25 | 1 | 531 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11001000 | 0 | 11100 | 10101 | 1 | 101011001 | 1011100 | 1010101 |
Color Harmonies of #FCB6C8
Complementary color
Monochromatic Colors of #FCB6C8
Black with #FCB6C8
Text Example
Text Example
White with #FCB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6C8; }
p { color: rgb(252,182,200); }
H1.HeaderClassName
{
color: #FCB6C8;
}
.AnyTagClassName
{
color: #FCB6C8;
}
</style>
background-color css
<style>
a { background-color: #FCB6C8; }
a { background-color: rgb(252,182,200); }
div.DivClassName
{
background-color: #FCB6C8;
}
.BgClassName
{
background-color: #FCB6C8;
}
</style>
border-color css
<style>
span { border-color: #FCB6C8; }
span { border-color: rgb(252,182,200); }
td.TdClassName
{
border-color: #FCB6C8;
}
.TagClassName
{
border-color: #FCB6C8;
}
</style>