Shades of Cupid #F1AAB8
Tints of Cupid #F1AAB8
RGB
CMYK
RGB Variations
Color information
#F1AAB8 (or 0xF1AAB8) is known color: Cupid. HEX triplet: F1, AA and B8. RGB value is (241,170,184). Sum of RGB (Red+Green+Blue) = 241+170+184=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB8 is #0E5547. Grayscale: #C0C0C0. Windows color (decimal): -939336 or 12102385. OLE color: 12102385.
HSL color Cylindrical-coordinate representation of color #F1AAB8: hue angle of 348.17º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAB8 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 184 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 348.17º | 0.72% | 0.81% | - |
| HSV(B) | 348.17º | 0.29% | 0.95% | - |
| XYZ | 59.3 | 50.91 | 52.05 | - |
| YUV | 192.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 184 | 0 | 0.29 | 0.24 | 0.05 | 348.17 | 0.72 | 0.81 |
| Hex | F1 | AA | B8 | 0 | 1D | 18 | 5 | 15C | 48 | 51 |
| Octal | 361 | 252 | 270 | 0 | 35 | 30 | 5 | 534 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10111000 | 0 | 11101 | 11000 | 101 | 101011100 | 1001000 | 1010001 |
Color Harmonies of #F1AAB8
Complementary color
Monochromatic Colors of #F1AAB8
Black with #F1AAB8
Text Example
Text Example
White with #F1AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB8; }
p { color: rgb(241,170,184); }
H1.HeaderClassName
{
color: #F1AAB8;
}
.AnyTagClassName
{
color: #F1AAB8;
}
</style>
background-color css
<style>
a { background-color: #F1AAB8; }
a { background-color: rgb(241,170,184); }
div.DivClassName
{
background-color: #F1AAB8;
}
.BgClassName
{
background-color: #F1AAB8;
}
</style>
border-color css
<style>
span { border-color: #F1AAB8; }
span { border-color: rgb(241,170,184); }
td.TdClassName
{
border-color: #F1AAB8;
}
.TagClassName
{
border-color: #F1AAB8;
}
</style>