Shades of Cupid #F7B9C7
Tints of Cupid #F7B9C7
RGB
CMYK
RGB Variations
Color information
#F7B9C7 (or 0xF7B9C7) is known color: Cupid. HEX triplet: F7, B9 and C7. RGB value is (247,185,199). Sum of RGB (Red+Green+Blue) = 247+185+199=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9C7 is #084638. Grayscale: #CDCDCD. Windows color (decimal): -542265 or 13089271. OLE color: 13089271.
HSL color Cylindrical-coordinate representation of color #F7B9C7: hue angle of 346.45º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7B9C7 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 199 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 346.45º | 0.79% | 0.85% | - |
| HSV(B) | 346.45º | 0.25% | 0.97% | - |
| XYZ | 66.02 | 58.6 | 61.86 | - |
| YUV | 205.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 199 | 0 | 0.25 | 0.19 | 0.03 | 346.45 | 0.79 | 0.85 |
| Hex | F7 | B9 | C7 | 0 | 19 | 13 | 3 | 15A | 4F | 55 |
| Octal | 367 | 271 | 307 | 0 | 31 | 23 | 3 | 532 | 117 | 125 |
| Binary | 11110111 | 10111001 | 11000111 | 0 | 11001 | 10011 | 11 | 101011010 | 1001111 | 1010101 |
Color Harmonies of #F7B9C7
Complementary color
Monochromatic Colors of #F7B9C7
Black with #F7B9C7
Text Example
Text Example
White with #F7B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9C7; }
p { color: rgb(247,185,199); }
H1.HeaderClassName
{
color: #F7B9C7;
}
.AnyTagClassName
{
color: #F7B9C7;
}
</style>
background-color css
<style>
a { background-color: #F7B9C7; }
a { background-color: rgb(247,185,199); }
div.DivClassName
{
background-color: #F7B9C7;
}
.BgClassName
{
background-color: #F7B9C7;
}
</style>
border-color css
<style>
span { border-color: #F7B9C7; }
span { border-color: rgb(247,185,199); }
td.TdClassName
{
border-color: #F7B9C7;
}
.TagClassName
{
border-color: #F7B9C7;
}
</style>