Shades of Cupid #F0AABD
Tints of Cupid #F0AABD
RGB
CMYK
RGB Variations
Color information
#F0AABD (or 0xF0AABD) is known color: Cupid. HEX triplet: F0, AA and BD. RGB value is (240,170,189). Sum of RGB (Red+Green+Blue) = 240+170+189=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AABD is #0F5542. Grayscale: #C1C1C1. Windows color (decimal): -1004867 or 12430064. OLE color: 12430064.
HSL color Cylindrical-coordinate representation of color #F0AABD: hue angle of 343.71º 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 #F0AABD is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 189 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.06 |
| HSL | 343.71º | 0.7% | 0.8% | - |
| HSV(B) | 343.71º | 0.29% | 0.94% | - |
| XYZ | 59.5 | 50.95 | 54.84 | - |
| YUV | 193.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 189 | 0 | 0.29 | 0.21 | 0.06 | 343.71 | 0.7 | 0.8 |
| Hex | F0 | AA | BD | 0 | 1D | 15 | 6 | 158 | 46 | 50 |
| Octal | 360 | 252 | 275 | 0 | 35 | 25 | 6 | 530 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10111101 | 0 | 11101 | 10101 | 110 | 101011000 | 1000110 | 1010000 |
Color Harmonies of #F0AABD
Complementary color
Monochromatic Colors of #F0AABD
Black with #F0AABD
Text Example
Text Example
White with #F0AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AABD; }
p { color: rgb(240,170,189); }
H1.HeaderClassName
{
color: #F0AABD;
}
.AnyTagClassName
{
color: #F0AABD;
}
</style>
background-color css
<style>
a { background-color: #F0AABD; }
a { background-color: rgb(240,170,189); }
div.DivClassName
{
background-color: #F0AABD;
}
.BgClassName
{
background-color: #F0AABD;
}
</style>
border-color css
<style>
span { border-color: #F0AABD; }
span { border-color: rgb(240,170,189); }
td.TdClassName
{
border-color: #F0AABD;
}
.TagClassName
{
border-color: #F0AABD;
}
</style>