Shades of Cupid #F4ABB8
Tints of Cupid #F4ABB8
RGB
CMYK
RGB Variations
Color information
#F4ABB8 (or 0xF4ABB8) is known color: Cupid. HEX triplet: F4, AB and B8. RGB value is (244,171,184). Sum of RGB (Red+Green+Blue) = 244+171+184=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABB8 is #0B5447. Grayscale: #C2C2C2. Windows color (decimal): -742472 or 12102644. OLE color: 12102644.
HSL color Cylindrical-coordinate representation of color #F4ABB8: hue angle of 349.32º 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 #F4ABB8 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 184 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.04 |
| HSL | 349.32º | 0.77% | 0.81% | - |
| HSV(B) | 349.32º | 0.3% | 0.96% | - |
| XYZ | 60.52 | 51.82 | 52.16 | - |
| YUV | 194.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 184 | 0 | 0.30 | 0.25 | 0.04 | 349.32 | 0.77 | 0.81 |
| Hex | F4 | AB | B8 | 0 | 1E | 19 | 4 | 15D | 4D | 51 |
| Octal | 364 | 253 | 270 | 0 | 36 | 31 | 4 | 535 | 115 | 121 |
| Binary | 11110100 | 10101011 | 10111000 | 0 | 11110 | 11001 | 100 | 101011101 | 1001101 | 1010001 |
Color Harmonies of #F4ABB8
Complementary color
Monochromatic Colors of #F4ABB8
Black with #F4ABB8
Text Example
Text Example
White with #F4ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABB8; }
p { color: rgb(244,171,184); }
H1.HeaderClassName
{
color: #F4ABB8;
}
.AnyTagClassName
{
color: #F4ABB8;
}
</style>
background-color css
<style>
a { background-color: #F4ABB8; }
a { background-color: rgb(244,171,184); }
div.DivClassName
{
background-color: #F4ABB8;
}
.BgClassName
{
background-color: #F4ABB8;
}
</style>
border-color css
<style>
span { border-color: #F4ABB8; }
span { border-color: rgb(244,171,184); }
td.TdClassName
{
border-color: #F4ABB8;
}
.TagClassName
{
border-color: #F4ABB8;
}
</style>