Shades of Cupid #F0ACBA
Tints of Cupid #F0ACBA
RGB
CMYK
RGB Variations
Color information
#F0ACBA (or 0xF0ACBA) is known color: Cupid. HEX triplet: F0, AC and BA. RGB value is (240,172,186). Sum of RGB (Red+Green+Blue) = 240+172+186=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACBA is #0F5345. Grayscale: #C1C1C1. Windows color (decimal): -1004358 or 12233968. OLE color: 12233968.
HSL color Cylindrical-coordinate representation of color #F0ACBA: hue angle of 347.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACBA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 186 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 347.65º | 0.69% | 0.81% | - |
| HSV(B) | 347.65º | 0.28% | 0.94% | - |
| XYZ | 59.55 | 51.58 | 53.27 | - |
| YUV | 193.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 186 | 0 | 0.28 | 0.22 | 0.06 | 347.65 | 0.69 | 0.81 |
| Hex | F0 | AC | BA | 0 | 1C | 16 | 6 | 15C | 45 | 51 |
| Octal | 360 | 254 | 272 | 0 | 34 | 26 | 6 | 534 | 105 | 121 |
| Binary | 11110000 | 10101100 | 10111010 | 0 | 11100 | 10110 | 110 | 101011100 | 1000101 | 1010001 |
Color Harmonies of #F0ACBA
Complementary color
Monochromatic Colors of #F0ACBA
Black with #F0ACBA
Text Example
Text Example
White with #F0ACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACBA; }
p { color: rgb(240,172,186); }
H1.HeaderClassName
{
color: #F0ACBA;
}
.AnyTagClassName
{
color: #F0ACBA;
}
</style>
background-color css
<style>
a { background-color: #F0ACBA; }
a { background-color: rgb(240,172,186); }
div.DivClassName
{
background-color: #F0ACBA;
}
.BgClassName
{
background-color: #F0ACBA;
}
</style>
border-color css
<style>
span { border-color: #F0ACBA; }
span { border-color: rgb(240,172,186); }
td.TdClassName
{
border-color: #F0ACBA;
}
.TagClassName
{
border-color: #F0ACBA;
}
</style>