Shades of Cupid #F8A9BE
Tints of Cupid #F8A9BE
RGB
CMYK
RGB Variations
Color information
#F8A9BE (or 0xF8A9BE) is known color: Cupid. HEX triplet: F8, A9 and BE. RGB value is (248,169,190). Sum of RGB (Red+Green+Blue) = 248+169+190=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9BE is #075641. Grayscale: #C3C3C3. Windows color (decimal): -480834 or 12495352. OLE color: 12495352.
HSL color Cylindrical-coordinate representation of color #F8A9BE: hue angle of 344.05º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9BE is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 190 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.03 |
| HSL | 344.05º | 0.85% | 0.82% | - |
| HSV(B) | 344.05º | 0.32% | 0.97% | - |
| XYZ | 62.19 | 52.05 | 55.48 | - |
| YUV | 195.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 190 | 0 | 0.32 | 0.23 | 0.03 | 344.05 | 0.85 | 0.82 |
| Hex | F8 | A9 | BE | 0 | 20 | 17 | 3 | 158 | 55 | 52 |
| Octal | 370 | 251 | 276 | 0 | 40 | 27 | 3 | 530 | 125 | 122 |
| Binary | 11111000 | 10101001 | 10111110 | 0 | 100000 | 10111 | 11 | 101011000 | 1010101 | 1010010 |
Color Harmonies of #F8A9BE
Complementary color
Monochromatic Colors of #F8A9BE
Black with #F8A9BE
Text Example
Text Example
White with #F8A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9BE; }
p { color: rgb(248,169,190); }
H1.HeaderClassName
{
color: #F8A9BE;
}
.AnyTagClassName
{
color: #F8A9BE;
}
</style>
background-color css
<style>
a { background-color: #F8A9BE; }
a { background-color: rgb(248,169,190); }
div.DivClassName
{
background-color: #F8A9BE;
}
.BgClassName
{
background-color: #F8A9BE;
}
</style>
border-color css
<style>
span { border-color: #F8A9BE; }
span { border-color: rgb(248,169,190); }
td.TdClassName
{
border-color: #F8A9BE;
}
.TagClassName
{
border-color: #F8A9BE;
}
</style>