Shades of Cupid #F7B7C7
Tints of Cupid #F7B7C7
RGB
CMYK
RGB Variations
Color information
#F7B7C7 (or 0xF7B7C7) is known color: Cupid. HEX triplet: F7, B7 and C7. RGB value is (247,183,199). Sum of RGB (Red+Green+Blue) = 247+183+199=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7C7 is #084838. Grayscale: #CBCBCB. Windows color (decimal): -542777 or 13088759. OLE color: 13088759.
HSL color Cylindrical-coordinate representation of color #F7B7C7: hue angle of 345º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7C7 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 199 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.03 |
| HSL | 345º | 0.8% | 0.84% | - |
| HSV(B) | 345º | 0.26% | 0.97% | - |
| XYZ | 65.6 | 57.76 | 61.73 | - |
| YUV | 203.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 199 | 0 | 0.26 | 0.19 | 0.03 | 345 | 0.8 | 0.84 |
| Hex | F7 | B7 | C7 | 0 | 1A | 13 | 3 | 159 | 50 | 54 |
| Octal | 367 | 267 | 307 | 0 | 32 | 23 | 3 | 531 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11000111 | 0 | 11010 | 10011 | 11 | 101011001 | 1010000 | 1010100 |
Color Harmonies of #F7B7C7
Complementary color
Monochromatic Colors of #F7B7C7
Black with #F7B7C7
Text Example
Text Example
White with #F7B7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7C7; }
p { color: rgb(247,183,199); }
H1.HeaderClassName
{
color: #F7B7C7;
}
.AnyTagClassName
{
color: #F7B7C7;
}
</style>
background-color css
<style>
a { background-color: #F7B7C7; }
a { background-color: rgb(247,183,199); }
div.DivClassName
{
background-color: #F7B7C7;
}
.BgClassName
{
background-color: #F7B7C7;
}
</style>
border-color css
<style>
span { border-color: #F7B7C7; }
span { border-color: rgb(247,183,199); }
td.TdClassName
{
border-color: #F7B7C7;
}
.TagClassName
{
border-color: #F7B7C7;
}
</style>