Shades of Cupid #F7BACD
Tints of Cupid #F7BACD
RGB
CMYK
RGB Variations
Color information
#F7BACD (or 0xF7BACD) is known color: Cupid. HEX triplet: F7, BA and CD. RGB value is (247,186,205). Sum of RGB (Red+Green+Blue) = 247+186+205=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BACD is #084532. Grayscale: #CECECE. Windows color (decimal): -542003 or 13482743. OLE color: 13482743.
HSL color Cylindrical-coordinate representation of color #F7BACD: hue angle of 341.31º 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 #F7BACD is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 205 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.03 |
| HSL | 341.31º | 0.79% | 0.85% | - |
| HSV(B) | 341.31º | 0.25% | 0.97% | - |
| XYZ | 66.94 | 59.3 | 65.68 | - |
| YUV | 206.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 205 | 0 | 0.25 | 0.17 | 0.03 | 341.31 | 0.79 | 0.85 |
| Hex | F7 | BA | CD | 0 | 19 | 11 | 3 | 155 | 4F | 55 |
| Octal | 367 | 272 | 315 | 0 | 31 | 21 | 3 | 525 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11001101 | 0 | 11001 | 10001 | 11 | 101010101 | 1001111 | 1010101 |
Color Harmonies of #F7BACD
Complementary color
Monochromatic Colors of #F7BACD
Black with #F7BACD
Text Example
Text Example
White with #F7BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BACD; }
p { color: rgb(247,186,205); }
H1.HeaderClassName
{
color: #F7BACD;
}
.AnyTagClassName
{
color: #F7BACD;
}
</style>
background-color css
<style>
a { background-color: #F7BACD; }
a { background-color: rgb(247,186,205); }
div.DivClassName
{
background-color: #F7BACD;
}
.BgClassName
{
background-color: #F7BACD;
}
</style>
border-color css
<style>
span { border-color: #F7BACD; }
span { border-color: rgb(247,186,205); }
td.TdClassName
{
border-color: #F7BACD;
}
.TagClassName
{
border-color: #F7BACD;
}
</style>