Shades of Cupid #F7BACA
Tints of Cupid #F7BACA
RGB
CMYK
RGB Variations
Color information
#F7BACA (or 0xF7BACA) is known color: Cupid. HEX triplet: F7, BA and CA. RGB value is (247,186,202). Sum of RGB (Red+Green+Blue) = 247+186+202=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BACA is #084535. Grayscale: #CECECE. Windows color (decimal): -542006 or 13286135. OLE color: 13286135.
HSL color Cylindrical-coordinate representation of color #F7BACA: hue angle of 344.26º 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 #F7BACA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 202 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.03 |
| HSL | 344.26º | 0.79% | 0.85% | - |
| HSV(B) | 344.26º | 0.25% | 0.97% | - |
| XYZ | 66.58 | 59.16 | 63.79 | - |
| YUV | 206.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 202 | 0 | 0.25 | 0.18 | 0.03 | 344.26 | 0.79 | 0.85 |
| Hex | F7 | BA | CA | 0 | 19 | 12 | 3 | 158 | 4F | 55 |
| Octal | 367 | 272 | 312 | 0 | 31 | 22 | 3 | 530 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11001010 | 0 | 11001 | 10010 | 11 | 101011000 | 1001111 | 1010101 |
Color Harmonies of #F7BACA
Complementary color
Monochromatic Colors of #F7BACA
Black with #F7BACA
Text Example
Text Example
White with #F7BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BACA; }
p { color: rgb(247,186,202); }
H1.HeaderClassName
{
color: #F7BACA;
}
.AnyTagClassName
{
color: #F7BACA;
}
</style>
background-color css
<style>
a { background-color: #F7BACA; }
a { background-color: rgb(247,186,202); }
div.DivClassName
{
background-color: #F7BACA;
}
.BgClassName
{
background-color: #F7BACA;
}
</style>
border-color css
<style>
span { border-color: #F7BACA; }
span { border-color: rgb(247,186,202); }
td.TdClassName
{
border-color: #F7BACA;
}
.TagClassName
{
border-color: #F7BACA;
}
</style>