Shades of Cupid #F7B7CB
Tints of Cupid #F7B7CB
RGB
CMYK
RGB Variations
Color information
#F7B7CB (or 0xF7B7CB) is known color: Cupid. HEX triplet: F7, B7 and CB. RGB value is (247,183,203). Sum of RGB (Red+Green+Blue) = 247+183+203=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7CB is #084834. Grayscale: #CCCCCC. Windows color (decimal): -542773 or 13350903. OLE color: 13350903.
HSL color Cylindrical-coordinate representation of color #F7B7CB: hue angle of 341.25º 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 #F7B7CB is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 203 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.03 |
| HSL | 341.25º | 0.8% | 0.84% | - |
| HSV(B) | 341.25º | 0.26% | 0.97% | - |
| XYZ | 66.07 | 57.95 | 64.2 | - |
| YUV | 204.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 203 | 0 | 0.26 | 0.18 | 0.03 | 341.25 | 0.8 | 0.84 |
| Hex | F7 | B7 | CB | 0 | 1A | 12 | 3 | 155 | 50 | 54 |
| Octal | 367 | 267 | 313 | 0 | 32 | 22 | 3 | 525 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11001011 | 0 | 11010 | 10010 | 11 | 101010101 | 1010000 | 1010100 |
Color Harmonies of #F7B7CB
Complementary color
Monochromatic Colors of #F7B7CB
Black with #F7B7CB
Text Example
Text Example
White with #F7B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7CB; }
p { color: rgb(247,183,203); }
H1.HeaderClassName
{
color: #F7B7CB;
}
.AnyTagClassName
{
color: #F7B7CB;
}
</style>
background-color css
<style>
a { background-color: #F7B7CB; }
a { background-color: rgb(247,183,203); }
div.DivClassName
{
background-color: #F7B7CB;
}
.BgClassName
{
background-color: #F7B7CB;
}
</style>
border-color css
<style>
span { border-color: #F7B7CB; }
span { border-color: rgb(247,183,203); }
td.TdClassName
{
border-color: #F7B7CB;
}
.TagClassName
{
border-color: #F7B7CB;
}
</style>