Shades of Cupid #F8A7BE
Tints of Cupid #F8A7BE
RGB
CMYK
RGB Variations
Color information
#F8A7BE (or 0xF8A7BE) is known color: Cupid. HEX triplet: F8, A7 and BE. RGB value is (248,167,190). Sum of RGB (Red+Green+Blue) = 248+167+190=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7BE is #075841. Grayscale: #C1C1C1. Windows color (decimal): -481346 or 12494840. OLE color: 12494840.
HSL color Cylindrical-coordinate representation of color #F8A7BE: hue angle of 342.96º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7BE is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 190 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.03 |
| HSL | 342.96º | 0.85% | 0.81% | - |
| HSV(B) | 342.96º | 0.33% | 0.97% | - |
| XYZ | 61.82 | 51.31 | 55.36 | - |
| YUV | 193.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 190 | 0 | 0.33 | 0.23 | 0.03 | 342.96 | 0.85 | 0.81 |
| Hex | F8 | A7 | BE | 0 | 21 | 17 | 3 | 157 | 55 | 51 |
| Octal | 370 | 247 | 276 | 0 | 41 | 27 | 3 | 527 | 125 | 121 |
| Binary | 11111000 | 10100111 | 10111110 | 0 | 100001 | 10111 | 11 | 101010111 | 1010101 | 1010001 |
Color Harmonies of #F8A7BE
Complementary color
Monochromatic Colors of #F8A7BE
Black with #F8A7BE
Text Example
Text Example
White with #F8A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7BE; }
p { color: rgb(248,167,190); }
H1.HeaderClassName
{
color: #F8A7BE;
}
.AnyTagClassName
{
color: #F8A7BE;
}
</style>
background-color css
<style>
a { background-color: #F8A7BE; }
a { background-color: rgb(248,167,190); }
div.DivClassName
{
background-color: #F8A7BE;
}
.BgClassName
{
background-color: #F8A7BE;
}
</style>
border-color css
<style>
span { border-color: #F8A7BE; }
span { border-color: rgb(248,167,190); }
td.TdClassName
{
border-color: #F8A7BE;
}
.TagClassName
{
border-color: #F8A7BE;
}
</style>