Shades of Cupid #FCB6C7
Tints of Cupid #FCB6C7
RGB
CMYK
RGB Variations
Color information
#FCB6C7 (or 0xFCB6C7) is known color: Cupid. HEX triplet: FC, B6 and C7. RGB value is (252,182,199). Sum of RGB (Red+Green+Blue) = 252+182+199=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6C7 is #034938. Grayscale: #CCCCCC. Windows color (decimal): -215353 or 13088508. OLE color: 13088508.
HSL color Cylindrical-coordinate representation of color #FCB6C7: hue angle of 345.43º 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 #FCB6C7 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 199 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.01 |
| HSL | 345.43º | 0.92% | 0.85% | - |
| HSV(B) | 345.43º | 0.28% | 0.99% | - |
| XYZ | 67.18 | 58.27 | 61.74 | - |
| YUV | 204.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 199 | 0 | 0.28 | 0.21 | 0.01 | 345.43 | 0.92 | 0.85 |
| Hex | FC | B6 | C7 | 0 | 1C | 15 | 1 | 159 | 5C | 55 |
| Octal | 374 | 266 | 307 | 0 | 34 | 25 | 1 | 531 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11000111 | 0 | 11100 | 10101 | 1 | 101011001 | 1011100 | 1010101 |
Color Harmonies of #FCB6C7
Complementary color
Monochromatic Colors of #FCB6C7
Black with #FCB6C7
Text Example
Text Example
White with #FCB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6C7; }
p { color: rgb(252,182,199); }
H1.HeaderClassName
{
color: #FCB6C7;
}
.AnyTagClassName
{
color: #FCB6C7;
}
</style>
background-color css
<style>
a { background-color: #FCB6C7; }
a { background-color: rgb(252,182,199); }
div.DivClassName
{
background-color: #FCB6C7;
}
.BgClassName
{
background-color: #FCB6C7;
}
</style>
border-color css
<style>
span { border-color: #FCB6C7; }
span { border-color: rgb(252,182,199); }
td.TdClassName
{
border-color: #FCB6C7;
}
.TagClassName
{
border-color: #FCB6C7;
}
</style>