Shades of Cupid #F0AEBB
Tints of Cupid #F0AEBB
RGB
CMYK
RGB Variations
Color information
#F0AEBB (or 0xF0AEBB) is known color: Cupid. HEX triplet: F0, AE and BB. RGB value is (240,174,187). Sum of RGB (Red+Green+Blue) = 240+174+187=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEBB is #0F5144. Grayscale: #C3C3C3. Windows color (decimal): -1003845 or 12300016. OLE color: 12300016.
HSL color Cylindrical-coordinate representation of color #F0AEBB: hue angle of 348.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AEBB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 187 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 348.18º | 0.69% | 0.81% | - |
| HSV(B) | 348.18º | 0.28% | 0.94% | - |
| XYZ | 60.04 | 52.39 | 53.96 | - |
| YUV | 195.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 187 | 0 | 0.28 | 0.22 | 0.06 | 348.18 | 0.69 | 0.81 |
| Hex | F0 | AE | BB | 0 | 1C | 16 | 6 | 15C | 45 | 51 |
| Octal | 360 | 256 | 273 | 0 | 34 | 26 | 6 | 534 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10111011 | 0 | 11100 | 10110 | 110 | 101011100 | 1000101 | 1010001 |
Color Harmonies of #F0AEBB
Complementary color
Monochromatic Colors of #F0AEBB
Black with #F0AEBB
Text Example
Text Example
White with #F0AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEBB; }
p { color: rgb(240,174,187); }
H1.HeaderClassName
{
color: #F0AEBB;
}
.AnyTagClassName
{
color: #F0AEBB;
}
</style>
background-color css
<style>
a { background-color: #F0AEBB; }
a { background-color: rgb(240,174,187); }
div.DivClassName
{
background-color: #F0AEBB;
}
.BgClassName
{
background-color: #F0AEBB;
}
</style>
border-color css
<style>
span { border-color: #F0AEBB; }
span { border-color: rgb(240,174,187); }
td.TdClassName
{
border-color: #F0AEBB;
}
.TagClassName
{
border-color: #F0AEBB;
}
</style>