Shades of Cupid #F8A6BE
Tints of Cupid #F8A6BE
RGB
CMYK
RGB Variations
Color information
#F8A6BE (or 0xF8A6BE) is known color: Cupid. HEX triplet: F8, A6 and BE. RGB value is (248,166,190). Sum of RGB (Red+Green+Blue) = 248+166+190=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6BE is #075941. Grayscale: #C1C1C1. Windows color (decimal): -481602 or 12494584. OLE color: 12494584.
HSL color Cylindrical-coordinate representation of color #F8A6BE: hue angle of 342.44º 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 #F8A6BE is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 190 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.03 |
| HSL | 342.44º | 0.85% | 0.81% | - |
| HSV(B) | 342.44º | 0.33% | 0.97% | - |
| XYZ | 61.64 | 50.95 | 55.3 | - |
| YUV | 193.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 190 | 0 | 0.33 | 0.23 | 0.03 | 342.44 | 0.85 | 0.81 |
| Hex | F8 | A6 | BE | 0 | 21 | 17 | 3 | 156 | 55 | 51 |
| Octal | 370 | 246 | 276 | 0 | 41 | 27 | 3 | 526 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10111110 | 0 | 100001 | 10111 | 11 | 101010110 | 1010101 | 1010001 |
Color Harmonies of #F8A6BE
Complementary color
Monochromatic Colors of #F8A6BE
Black with #F8A6BE
Text Example
Text Example
White with #F8A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6BE; }
p { color: rgb(248,166,190); }
H1.HeaderClassName
{
color: #F8A6BE;
}
.AnyTagClassName
{
color: #F8A6BE;
}
</style>
background-color css
<style>
a { background-color: #F8A6BE; }
a { background-color: rgb(248,166,190); }
div.DivClassName
{
background-color: #F8A6BE;
}
.BgClassName
{
background-color: #F8A6BE;
}
</style>
border-color css
<style>
span { border-color: #F8A6BE; }
span { border-color: rgb(248,166,190); }
td.TdClassName
{
border-color: #F8A6BE;
}
.TagClassName
{
border-color: #F8A6BE;
}
</style>