Shades of Cupid #F7B7C4
Tints of Cupid #F7B7C4
RGB
CMYK
RGB Variations
Color information
#F7B7C4 (or 0xF7B7C4) is known color: Cupid. HEX triplet: F7, B7 and C4. RGB value is (247,183,196). Sum of RGB (Red+Green+Blue) = 247+183+196=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7C4 is #08483B. Grayscale: #CBCBCB. Windows color (decimal): -542780 or 12892151. OLE color: 12892151.
HSL color Cylindrical-coordinate representation of color #F7B7C4: hue angle of 347.81º 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 #F7B7C4 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 196 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.03 |
| HSL | 347.81º | 0.8% | 0.84% | - |
| HSV(B) | 347.81º | 0.26% | 0.97% | - |
| XYZ | 65.26 | 57.63 | 59.91 | - |
| YUV | 203.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 196 | 0 | 0.26 | 0.21 | 0.03 | 347.81 | 0.8 | 0.84 |
| Hex | F7 | B7 | C4 | 0 | 1A | 15 | 3 | 15C | 50 | 54 |
| Octal | 367 | 267 | 304 | 0 | 32 | 25 | 3 | 534 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11000100 | 0 | 11010 | 10101 | 11 | 101011100 | 1010000 | 1010100 |
Color Harmonies of #F7B7C4
Complementary color
Monochromatic Colors of #F7B7C4
Black with #F7B7C4
Text Example
Text Example
White with #F7B7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7C4; }
p { color: rgb(247,183,196); }
H1.HeaderClassName
{
color: #F7B7C4;
}
.AnyTagClassName
{
color: #F7B7C4;
}
</style>
background-color css
<style>
a { background-color: #F7B7C4; }
a { background-color: rgb(247,183,196); }
div.DivClassName
{
background-color: #F7B7C4;
}
.BgClassName
{
background-color: #F7B7C4;
}
</style>
border-color css
<style>
span { border-color: #F7B7C4; }
span { border-color: rgb(247,183,196); }
td.TdClassName
{
border-color: #F7B7C4;
}
.TagClassName
{
border-color: #F7B7C4;
}
</style>