Shades of Cupid #F0AEC0
Tints of Cupid #F0AEC0
RGB
CMYK
RGB Variations
Color information
#F0AEC0 (or 0xF0AEC0) is known color: Cupid. HEX triplet: F0, AE and C0. RGB value is (240,174,192). Sum of RGB (Red+Green+Blue) = 240+174+192=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC0 is #0F513F. Grayscale: #C3C3C3. Windows color (decimal): -1003840 or 12627696. OLE color: 12627696.
HSL color Cylindrical-coordinate representation of color #F0AEC0: hue angle of 343.64º 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 #F0AEC0 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 192 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.06 |
| HSL | 343.64º | 0.69% | 0.81% | - |
| HSV(B) | 343.64º | 0.28% | 0.94% | - |
| XYZ | 60.59 | 52.6 | 56.83 | - |
| YUV | 195.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 192 | 0 | 0.28 | 0.20 | 0.06 | 343.64 | 0.69 | 0.81 |
| Hex | F0 | AE | C0 | 0 | 1C | 14 | 6 | 158 | 45 | 51 |
| Octal | 360 | 256 | 300 | 0 | 34 | 24 | 6 | 530 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11000000 | 0 | 11100 | 10100 | 110 | 101011000 | 1000101 | 1010001 |
Color Harmonies of #F0AEC0
Complementary color
Monochromatic Colors of #F0AEC0
Black with #F0AEC0
Text Example
Text Example
White with #F0AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEC0; }
p { color: rgb(240,174,192); }
H1.HeaderClassName
{
color: #F0AEC0;
}
.AnyTagClassName
{
color: #F0AEC0;
}
</style>
background-color css
<style>
a { background-color: #F0AEC0; }
a { background-color: rgb(240,174,192); }
div.DivClassName
{
background-color: #F0AEC0;
}
.BgClassName
{
background-color: #F0AEC0;
}
</style>
border-color css
<style>
span { border-color: #F0AEC0; }
span { border-color: rgb(240,174,192); }
td.TdClassName
{
border-color: #F0AEC0;
}
.TagClassName
{
border-color: #F0AEC0;
}
</style>