Shades of Cupid #F2AAB8
Tints of Cupid #F2AAB8
RGB
CMYK
RGB Variations
Color information
#F2AAB8 (or 0xF2AAB8) is known color: Cupid. HEX triplet: F2, AA and B8. RGB value is (242,170,184). Sum of RGB (Red+Green+Blue) = 242+170+184=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAB8 is #0D5547. Grayscale: #C1C1C1. Windows color (decimal): -873800 or 12102386. OLE color: 12102386.
HSL color Cylindrical-coordinate representation of color #F2AAB8: hue angle of 348.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAB8 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 184 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.05 |
| HSL | 348.33º | 0.73% | 0.81% | - |
| HSV(B) | 348.33º | 0.3% | 0.95% | - |
| XYZ | 59.64 | 51.09 | 52.06 | - |
| YUV | 193.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 184 | 0 | 0.30 | 0.24 | 0.05 | 348.33 | 0.73 | 0.81 |
| Hex | F2 | AA | B8 | 0 | 1E | 18 | 5 | 15C | 49 | 51 |
| Octal | 362 | 252 | 270 | 0 | 36 | 30 | 5 | 534 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10111000 | 0 | 11110 | 11000 | 101 | 101011100 | 1001001 | 1010001 |
Color Harmonies of #F2AAB8
Complementary color
Monochromatic Colors of #F2AAB8
Black with #F2AAB8
Text Example
Text Example
White with #F2AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAB8; }
p { color: rgb(242,170,184); }
H1.HeaderClassName
{
color: #F2AAB8;
}
.AnyTagClassName
{
color: #F2AAB8;
}
</style>
background-color css
<style>
a { background-color: #F2AAB8; }
a { background-color: rgb(242,170,184); }
div.DivClassName
{
background-color: #F2AAB8;
}
.BgClassName
{
background-color: #F2AAB8;
}
</style>
border-color css
<style>
span { border-color: #F2AAB8; }
span { border-color: rgb(242,170,184); }
td.TdClassName
{
border-color: #F2AAB8;
}
.TagClassName
{
border-color: #F2AAB8;
}
</style>