Shades of Cupid #F0AEC8
Tints of Cupid #F0AEC8
RGB
CMYK
RGB Variations
Color information
#F0AEC8 (or 0xF0AEC8) is known color: Cupid. HEX triplet: F0, AE and C8. RGB value is (240,174,200). Sum of RGB (Red+Green+Blue) = 240+174+200=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC8 is #0F5137. Grayscale: #C4C4C4. Windows color (decimal): -1003832 or 13151984. OLE color: 13151984.
HSL color Cylindrical-coordinate representation of color #F0AEC8: hue angle of 336.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 #F0AEC8 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 200 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.06 |
| HSL | 336.36º | 0.69% | 0.81% | - |
| HSV(B) | 336.36º | 0.28% | 0.94% | - |
| XYZ | 61.5 | 52.97 | 61.63 | - |
| YUV | 196.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 200 | 0 | 0.28 | 0.17 | 0.06 | 336.36 | 0.69 | 0.81 |
| Hex | F0 | AE | C8 | 0 | 1C | 11 | 6 | 150 | 45 | 51 |
| Octal | 360 | 256 | 310 | 0 | 34 | 21 | 6 | 520 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11001000 | 0 | 11100 | 10001 | 110 | 101010000 | 1000101 | 1010001 |
Color Harmonies of #F0AEC8
Complementary color
Monochromatic Colors of #F0AEC8
Black with #F0AEC8
Text Example
Text Example
White with #F0AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEC8; }
p { color: rgb(240,174,200); }
H1.HeaderClassName
{
color: #F0AEC8;
}
.AnyTagClassName
{
color: #F0AEC8;
}
</style>
background-color css
<style>
a { background-color: #F0AEC8; }
a { background-color: rgb(240,174,200); }
div.DivClassName
{
background-color: #F0AEC8;
}
.BgClassName
{
background-color: #F0AEC8;
}
</style>
border-color css
<style>
span { border-color: #F0AEC8; }
span { border-color: rgb(240,174,200); }
td.TdClassName
{
border-color: #F0AEC8;
}
.TagClassName
{
border-color: #F0AEC8;
}
</style>