Shades of Cupid #F0AEC9
Tints of Cupid #F0AEC9
RGB
CMYK
RGB Variations
Color information
#F0AEC9 (or 0xF0AEC9) is known color: Cupid. HEX triplet: F0, AE and C9. RGB value is (240,174,201). Sum of RGB (Red+Green+Blue) = 240+174+201=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC9 is #0F5136. Grayscale: #C4C4C4. Windows color (decimal): -1003831 or 13217520. OLE color: 13217520.
HSL color Cylindrical-coordinate representation of color #F0AEC9: hue angle of 335.45º 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 #F0AEC9 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 201 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.06 |
| HSL | 335.45º | 0.69% | 0.81% | - |
| HSV(B) | 335.45º | 0.28% | 0.94% | - |
| XYZ | 61.61 | 53.01 | 62.24 | - |
| YUV | 196.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 201 | 0 | 0.28 | 0.16 | 0.06 | 335.45 | 0.69 | 0.81 |
| Hex | F0 | AE | C9 | 0 | 1C | 10 | 6 | 14F | 45 | 51 |
| Octal | 360 | 256 | 311 | 0 | 34 | 20 | 6 | 517 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11001001 | 0 | 11100 | 10000 | 110 | 101001111 | 1000101 | 1010001 |
Color Harmonies of #F0AEC9
Complementary color
Monochromatic Colors of #F0AEC9
Black with #F0AEC9
Text Example
Text Example
White with #F0AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEC9; }
p { color: rgb(240,174,201); }
H1.HeaderClassName
{
color: #F0AEC9;
}
.AnyTagClassName
{
color: #F0AEC9;
}
</style>
background-color css
<style>
a { background-color: #F0AEC9; }
a { background-color: rgb(240,174,201); }
div.DivClassName
{
background-color: #F0AEC9;
}
.BgClassName
{
background-color: #F0AEC9;
}
</style>
border-color css
<style>
span { border-color: #F0AEC9; }
span { border-color: rgb(240,174,201); }
td.TdClassName
{
border-color: #F0AEC9;
}
.TagClassName
{
border-color: #F0AEC9;
}
</style>