Shades of Cupid #F7B8CC
Tints of Cupid #F7B8CC
RGB
CMYK
RGB Variations
Color information
#F7B8CC (or 0xF7B8CC) is known color: Cupid. HEX triplet: F7, B8 and CC. RGB value is (247,184,204). Sum of RGB (Red+Green+Blue) = 247+184+204=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8CC is #084733. Grayscale: #CDCDCD. Windows color (decimal): -542516 or 13416695. OLE color: 13416695.
HSL color Cylindrical-coordinate representation of color #F7B8CC: hue angle of 340.95º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B8CC is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 204 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.03 |
| HSL | 340.95º | 0.8% | 0.85% | - |
| HSV(B) | 340.95º | 0.26% | 0.97% | - |
| XYZ | 66.4 | 58.41 | 64.9 | - |
| YUV | 205.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 204 | 0 | 0.26 | 0.17 | 0.03 | 340.95 | 0.8 | 0.85 |
| Hex | F7 | B8 | CC | 0 | 1A | 11 | 3 | 155 | 50 | 55 |
| Octal | 367 | 270 | 314 | 0 | 32 | 21 | 3 | 525 | 120 | 125 |
| Binary | 11110111 | 10111000 | 11001100 | 0 | 11010 | 10001 | 11 | 101010101 | 1010000 | 1010101 |
Color Harmonies of #F7B8CC
Complementary color
Monochromatic Colors of #F7B8CC
Black with #F7B8CC
Text Example
Text Example
White with #F7B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B8CC; }
p { color: rgb(247,184,204); }
H1.HeaderClassName
{
color: #F7B8CC;
}
.AnyTagClassName
{
color: #F7B8CC;
}
</style>
background-color css
<style>
a { background-color: #F7B8CC; }
a { background-color: rgb(247,184,204); }
div.DivClassName
{
background-color: #F7B8CC;
}
.BgClassName
{
background-color: #F7B8CC;
}
</style>
border-color css
<style>
span { border-color: #F7B8CC; }
span { border-color: rgb(247,184,204); }
td.TdClassName
{
border-color: #F7B8CC;
}
.TagClassName
{
border-color: #F7B8CC;
}
</style>