Shades of Cupid #F7B7CC
Tints of Cupid #F7B7CC
RGB
CMYK
RGB Variations
Color information
#F7B7CC (or 0xF7B7CC) is known color: Cupid. HEX triplet: F7, B7 and CC. RGB value is (247,183,204). Sum of RGB (Red+Green+Blue) = 247+183+204=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7CC is #084833. Grayscale: #CCCCCC. Windows color (decimal): -542772 or 13416439. OLE color: 13416439.
HSL color Cylindrical-coordinate representation of color #F7B7CC: hue angle of 340.31º 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 #F7B7CC is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 204 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.03 |
| HSL | 340.31º | 0.8% | 0.84% | - |
| HSV(B) | 340.31º | 0.26% | 0.97% | - |
| XYZ | 66.19 | 58 | 64.83 | - |
| YUV | 204.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 204 | 0 | 0.26 | 0.17 | 0.03 | 340.31 | 0.8 | 0.84 |
| Hex | F7 | B7 | CC | 0 | 1A | 11 | 3 | 154 | 50 | 54 |
| Octal | 367 | 267 | 314 | 0 | 32 | 21 | 3 | 524 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11001100 | 0 | 11010 | 10001 | 11 | 101010100 | 1010000 | 1010100 |
Color Harmonies of #F7B7CC
Complementary color
Monochromatic Colors of #F7B7CC
Black with #F7B7CC
Text Example
Text Example
White with #F7B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7CC; }
p { color: rgb(247,183,204); }
H1.HeaderClassName
{
color: #F7B7CC;
}
.AnyTagClassName
{
color: #F7B7CC;
}
</style>
background-color css
<style>
a { background-color: #F7B7CC; }
a { background-color: rgb(247,183,204); }
div.DivClassName
{
background-color: #F7B7CC;
}
.BgClassName
{
background-color: #F7B7CC;
}
</style>
border-color css
<style>
span { border-color: #F7B7CC; }
span { border-color: rgb(247,183,204); }
td.TdClassName
{
border-color: #F7B7CC;
}
.TagClassName
{
border-color: #F7B7CC;
}
</style>