Shades of Cupid #F0AEC4
Tints of Cupid #F0AEC4
RGB
CMYK
RGB Variations
Color information
#F0AEC4 (or 0xF0AEC4) is known color: Cupid. HEX triplet: F0, AE and C4. RGB value is (240,174,196). Sum of RGB (Red+Green+Blue) = 240+174+196=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC4 is #0F513B. Grayscale: #C4C4C4. Windows color (decimal): -1003836 or 12889840. OLE color: 12889840.
HSL color Cylindrical-coordinate representation of color #F0AEC4: hue angle of 340º 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 #F0AEC4 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 196 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 340º | 0.69% | 0.81% | - |
| HSV(B) | 340º | 0.28% | 0.94% | - |
| XYZ | 61.04 | 52.78 | 59.2 | - |
| YUV | 196.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 196 | 0 | 0.28 | 0.18 | 0.06 | 340 | 0.69 | 0.81 |
| Hex | F0 | AE | C4 | 0 | 1C | 12 | 6 | 154 | 45 | 51 |
| Octal | 360 | 256 | 304 | 0 | 34 | 22 | 6 | 524 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11000100 | 0 | 11100 | 10010 | 110 | 101010100 | 1000101 | 1010001 |
Color Harmonies of #F0AEC4
Complementary color
Monochromatic Colors of #F0AEC4
Black with #F0AEC4
Text Example
Text Example
White with #F0AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEC4; }
p { color: rgb(240,174,196); }
H1.HeaderClassName
{
color: #F0AEC4;
}
.AnyTagClassName
{
color: #F0AEC4;
}
</style>
background-color css
<style>
a { background-color: #F0AEC4; }
a { background-color: rgb(240,174,196); }
div.DivClassName
{
background-color: #F0AEC4;
}
.BgClassName
{
background-color: #F0AEC4;
}
</style>
border-color css
<style>
span { border-color: #F0AEC4; }
span { border-color: rgb(240,174,196); }
td.TdClassName
{
border-color: #F0AEC4;
}
.TagClassName
{
border-color: #F0AEC4;
}
</style>