Shades of Cupid #F4AABC
Tints of Cupid #F4AABC
RGB
CMYK
RGB Variations
Color information
#F4AABC (or 0xF4AABC) is known color: Cupid. HEX triplet: F4, AA and BC. RGB value is (244,170,188). Sum of RGB (Red+Green+Blue) = 244+170+188=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AABC is #0B5543. Grayscale: #C2C2C2. Windows color (decimal): -742724 or 12364532. OLE color: 12364532.
HSL color Cylindrical-coordinate representation of color #F4AABC: hue angle of 345.41º 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 #F4AABC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 188 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.04 |
| HSL | 345.41º | 0.77% | 0.81% | - |
| HSV(B) | 345.41º | 0.3% | 0.96% | - |
| XYZ | 60.76 | 51.61 | 54.34 | - |
| YUV | 194.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 188 | 0 | 0.30 | 0.23 | 0.04 | 345.41 | 0.77 | 0.81 |
| Hex | F4 | AA | BC | 0 | 1E | 17 | 4 | 159 | 4D | 51 |
| Octal | 364 | 252 | 274 | 0 | 36 | 27 | 4 | 531 | 115 | 121 |
| Binary | 11110100 | 10101010 | 10111100 | 0 | 11110 | 10111 | 100 | 101011001 | 1001101 | 1010001 |
Color Harmonies of #F4AABC
Complementary color
Monochromatic Colors of #F4AABC
Black with #F4AABC
Text Example
Text Example
White with #F4AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AABC; }
p { color: rgb(244,170,188); }
H1.HeaderClassName
{
color: #F4AABC;
}
.AnyTagClassName
{
color: #F4AABC;
}
</style>
background-color css
<style>
a { background-color: #F4AABC; }
a { background-color: rgb(244,170,188); }
div.DivClassName
{
background-color: #F4AABC;
}
.BgClassName
{
background-color: #F4AABC;
}
</style>
border-color css
<style>
span { border-color: #F4AABC; }
span { border-color: rgb(244,170,188); }
td.TdClassName
{
border-color: #F4AABC;
}
.TagClassName
{
border-color: #F4AABC;
}
</style>