Shades of Cupid #F0AAB8
Tints of Cupid #F0AAB8
RGB
CMYK
RGB Variations
Color information
#F0AAB8 (or 0xF0AAB8) is known color: Cupid. HEX triplet: F0, AA and B8. RGB value is (240,170,184). Sum of RGB (Red+Green+Blue) = 240+170+184=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAB8 is #0F5547. Grayscale: #C0C0C0. Windows color (decimal): -1004872 or 12102384. OLE color: 12102384.
HSL color Cylindrical-coordinate representation of color #F0AAB8: hue angle of 348º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAB8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 184 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.06 |
| HSL | 348º | 0.7% | 0.8% | - |
| HSV(B) | 348º | 0.29% | 0.94% | - |
| XYZ | 58.96 | 50.74 | 52.03 | - |
| YUV | 192.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 184 | 0 | 0.29 | 0.23 | 0.06 | 348 | 0.7 | 0.8 |
| Hex | F0 | AA | B8 | 0 | 1D | 17 | 6 | 15C | 46 | 50 |
| Octal | 360 | 252 | 270 | 0 | 35 | 27 | 6 | 534 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10111000 | 0 | 11101 | 10111 | 110 | 101011100 | 1000110 | 1010000 |
Color Harmonies of #F0AAB8
Complementary color
Monochromatic Colors of #F0AAB8
Black with #F0AAB8
Text Example
Text Example
White with #F0AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAB8; }
p { color: rgb(240,170,184); }
H1.HeaderClassName
{
color: #F0AAB8;
}
.AnyTagClassName
{
color: #F0AAB8;
}
</style>
background-color css
<style>
a { background-color: #F0AAB8; }
a { background-color: rgb(240,170,184); }
div.DivClassName
{
background-color: #F0AAB8;
}
.BgClassName
{
background-color: #F0AAB8;
}
</style>
border-color css
<style>
span { border-color: #F0AAB8; }
span { border-color: rgb(240,170,184); }
td.TdClassName
{
border-color: #F0AAB8;
}
.TagClassName
{
border-color: #F0AAB8;
}
</style>