Shades of Cupid #F4ABBD
Tints of Cupid #F4ABBD
RGB
CMYK
RGB Variations
Color information
#F4ABBD (or 0xF4ABBD) is known color: Cupid. HEX triplet: F4, AB and BD. RGB value is (244,171,189). Sum of RGB (Red+Green+Blue) = 244+171+189=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABBD is #0B5442. Grayscale: #C2C2C2. Windows color (decimal): -742467 or 12430324. OLE color: 12430324.
HSL color Cylindrical-coordinate representation of color #F4ABBD: hue angle of 345.21º 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 #F4ABBD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 189 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.04 |
| HSL | 345.21º | 0.77% | 0.81% | - |
| HSV(B) | 345.21º | 0.3% | 0.96% | - |
| XYZ | 61.06 | 52.03 | 54.97 | - |
| YUV | 194.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 189 | 0 | 0.30 | 0.23 | 0.04 | 345.21 | 0.77 | 0.81 |
| Hex | F4 | AB | BD | 0 | 1E | 17 | 4 | 159 | 4D | 51 |
| Octal | 364 | 253 | 275 | 0 | 36 | 27 | 4 | 531 | 115 | 121 |
| Binary | 11110100 | 10101011 | 10111101 | 0 | 11110 | 10111 | 100 | 101011001 | 1001101 | 1010001 |
Color Harmonies of #F4ABBD
Complementary color
Monochromatic Colors of #F4ABBD
Black with #F4ABBD
Text Example
Text Example
White with #F4ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABBD; }
p { color: rgb(244,171,189); }
H1.HeaderClassName
{
color: #F4ABBD;
}
.AnyTagClassName
{
color: #F4ABBD;
}
</style>
background-color css
<style>
a { background-color: #F4ABBD; }
a { background-color: rgb(244,171,189); }
div.DivClassName
{
background-color: #F4ABBD;
}
.BgClassName
{
background-color: #F4ABBD;
}
</style>
border-color css
<style>
span { border-color: #F4ABBD; }
span { border-color: rgb(244,171,189); }
td.TdClassName
{
border-color: #F4ABBD;
}
.TagClassName
{
border-color: #F4ABBD;
}
</style>