Shades of Cupid #F0AEBD
Tints of Cupid #F0AEBD
RGB
CMYK
RGB Variations
Color information
#F0AEBD (or 0xF0AEBD) is known color: Cupid. HEX triplet: F0, AE and BD. RGB value is (240,174,189). Sum of RGB (Red+Green+Blue) = 240+174+189=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEBD is #0F5142. Grayscale: #C3C3C3. Windows color (decimal): -1003843 or 12431088. OLE color: 12431088.
HSL color Cylindrical-coordinate representation of color #F0AEBD: hue angle of 346.36º 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 #F0AEBD is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 189 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 346.36º | 0.69% | 0.81% | - |
| HSV(B) | 346.36º | 0.28% | 0.94% | - |
| XYZ | 60.26 | 52.47 | 55.1 | - |
| YUV | 195.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 189 | 0 | 0.28 | 0.21 | 0.06 | 346.36 | 0.69 | 0.81 |
| Hex | F0 | AE | BD | 0 | 1C | 15 | 6 | 15A | 45 | 51 |
| Octal | 360 | 256 | 275 | 0 | 34 | 25 | 6 | 532 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10111101 | 0 | 11100 | 10101 | 110 | 101011010 | 1000101 | 1010001 |
Color Harmonies of #F0AEBD
Complementary color
Monochromatic Colors of #F0AEBD
Black with #F0AEBD
Text Example
Text Example
White with #F0AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEBD; }
p { color: rgb(240,174,189); }
H1.HeaderClassName
{
color: #F0AEBD;
}
.AnyTagClassName
{
color: #F0AEBD;
}
</style>
background-color css
<style>
a { background-color: #F0AEBD; }
a { background-color: rgb(240,174,189); }
div.DivClassName
{
background-color: #F0AEBD;
}
.BgClassName
{
background-color: #F0AEBD;
}
</style>
border-color css
<style>
span { border-color: #F0AEBD; }
span { border-color: rgb(240,174,189); }
td.TdClassName
{
border-color: #F0AEBD;
}
.TagClassName
{
border-color: #F0AEBD;
}
</style>