Shades of Cupid #F7B8C7
Tints of Cupid #F7B8C7
RGB
CMYK
RGB Variations
Color information
#F7B8C7 (or 0xF7B8C7) is known color: Cupid. HEX triplet: F7, B8 and C7. RGB value is (247,184,199). Sum of RGB (Red+Green+Blue) = 247+184+199=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8C7 is #084738. Grayscale: #CCCCCC. Windows color (decimal): -542521 or 13089015. OLE color: 13089015.
HSL color Cylindrical-coordinate representation of color #F7B8C7: hue angle of 345.71º 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 #F7B8C7 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 199 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.03 |
| HSL | 345.71º | 0.8% | 0.85% | - |
| HSV(B) | 345.71º | 0.26% | 0.97% | - |
| XYZ | 65.81 | 58.18 | 61.79 | - |
| YUV | 204.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 199 | 0 | 0.26 | 0.19 | 0.03 | 345.71 | 0.8 | 0.85 |
| Hex | F7 | B8 | C7 | 0 | 1A | 13 | 3 | 15A | 50 | 55 |
| Octal | 367 | 270 | 307 | 0 | 32 | 23 | 3 | 532 | 120 | 125 |
| Binary | 11110111 | 10111000 | 11000111 | 0 | 11010 | 10011 | 11 | 101011010 | 1010000 | 1010101 |
Color Harmonies of #F7B8C7
Complementary color
Monochromatic Colors of #F7B8C7
Black with #F7B8C7
Text Example
Text Example
White with #F7B8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B8C7; }
p { color: rgb(247,184,199); }
H1.HeaderClassName
{
color: #F7B8C7;
}
.AnyTagClassName
{
color: #F7B8C7;
}
</style>
background-color css
<style>
a { background-color: #F7B8C7; }
a { background-color: rgb(247,184,199); }
div.DivClassName
{
background-color: #F7B8C7;
}
.BgClassName
{
background-color: #F7B8C7;
}
</style>
border-color css
<style>
span { border-color: #F7B8C7; }
span { border-color: rgb(247,184,199); }
td.TdClassName
{
border-color: #F7B8C7;
}
.TagClassName
{
border-color: #F7B8C7;
}
</style>