Shades of Cupid #F5ABB8
Tints of Cupid #F5ABB8
RGB
CMYK
RGB Variations
Color information
#F5ABB8 (or 0xF5ABB8) is known color: Cupid. HEX triplet: F5, AB and B8. RGB value is (245,171,184). Sum of RGB (Red+Green+Blue) = 245+171+184=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABB8 is #0A5447. Grayscale: #C2C2C2. Windows color (decimal): -676936 or 12102645. OLE color: 12102645.
HSL color Cylindrical-coordinate representation of color #F5ABB8: hue angle of 349.46º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABB8 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 184 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.04 |
| HSL | 349.46º | 0.79% | 0.82% | - |
| HSV(B) | 349.46º | 0.3% | 0.96% | - |
| XYZ | 60.87 | 52 | 52.18 | - |
| YUV | 194.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 184 | 0 | 0.30 | 0.25 | 0.04 | 349.46 | 0.79 | 0.82 |
| Hex | F5 | AB | B8 | 0 | 1E | 19 | 4 | 15D | 4F | 52 |
| Octal | 365 | 253 | 270 | 0 | 36 | 31 | 4 | 535 | 117 | 122 |
| Binary | 11110101 | 10101011 | 10111000 | 0 | 11110 | 11001 | 100 | 101011101 | 1001111 | 1010010 |
Color Harmonies of #F5ABB8
Complementary color
Monochromatic Colors of #F5ABB8
Black with #F5ABB8
Text Example
Text Example
White with #F5ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABB8; }
p { color: rgb(245,171,184); }
H1.HeaderClassName
{
color: #F5ABB8;
}
.AnyTagClassName
{
color: #F5ABB8;
}
</style>
background-color css
<style>
a { background-color: #F5ABB8; }
a { background-color: rgb(245,171,184); }
div.DivClassName
{
background-color: #F5ABB8;
}
.BgClassName
{
background-color: #F5ABB8;
}
</style>
border-color css
<style>
span { border-color: #F5ABB8; }
span { border-color: rgb(245,171,184); }
td.TdClassName
{
border-color: #F5ABB8;
}
.TagClassName
{
border-color: #F5ABB8;
}
</style>