Shades of Cupid #F4AABD
Tints of Cupid #F4AABD
RGB
CMYK
RGB Variations
Color information
#F4AABD (or 0xF4AABD) is known color: Cupid. HEX triplet: F4, AA and BD. RGB value is (244,170,189). Sum of RGB (Red+Green+Blue) = 244+170+189=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AABD is #0B5542. Grayscale: #C2C2C2. Windows color (decimal): -742723 or 12430068. OLE color: 12430068.
HSL color Cylindrical-coordinate representation of color #F4AABD: hue angle of 344.59º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AABD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 189 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.04 |
| HSL | 344.59º | 0.77% | 0.81% | - |
| HSV(B) | 344.59º | 0.3% | 0.96% | - |
| XYZ | 60.87 | 51.66 | 54.91 | - |
| YUV | 194.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 189 | 0 | 0.30 | 0.23 | 0.04 | 344.59 | 0.77 | 0.81 |
| Hex | F4 | AA | BD | 0 | 1E | 17 | 4 | 159 | 4D | 51 |
| Octal | 364 | 252 | 275 | 0 | 36 | 27 | 4 | 531 | 115 | 121 |
| Binary | 11110100 | 10101010 | 10111101 | 0 | 11110 | 10111 | 100 | 101011001 | 1001101 | 1010001 |
Color Harmonies of #F4AABD
Complementary color
Monochromatic Colors of #F4AABD
Black with #F4AABD
Text Example
Text Example
White with #F4AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AABD; }
p { color: rgb(244,170,189); }
H1.HeaderClassName
{
color: #F4AABD;
}
.AnyTagClassName
{
color: #F4AABD;
}
</style>
background-color css
<style>
a { background-color: #F4AABD; }
a { background-color: rgb(244,170,189); }
div.DivClassName
{
background-color: #F4AABD;
}
.BgClassName
{
background-color: #F4AABD;
}
</style>
border-color css
<style>
span { border-color: #F4AABD; }
span { border-color: rgb(244,170,189); }
td.TdClassName
{
border-color: #F4AABD;
}
.TagClassName
{
border-color: #F4AABD;
}
</style>