Shades of Cupid #F0AEC6
Tints of Cupid #F0AEC6
RGB
CMYK
RGB Variations
Color information
#F0AEC6 (or 0xF0AEC6) is known color: Cupid. HEX triplet: F0, AE and C6. RGB value is (240,174,198). Sum of RGB (Red+Green+Blue) = 240+174+198=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC6 is #0F5139. Grayscale: #C4C4C4. Windows color (decimal): -1003834 or 13020912. OLE color: 13020912.
HSL color Cylindrical-coordinate representation of color #F0AEC6: hue angle of 338.18º 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 #F0AEC6 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 198 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 338.18º | 0.69% | 0.81% | - |
| HSV(B) | 338.18º | 0.28% | 0.94% | - |
| XYZ | 61.26 | 52.87 | 60.4 | - |
| YUV | 196.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 198 | 0 | 0.28 | 0.18 | 0.06 | 338.18 | 0.69 | 0.81 |
| Hex | F0 | AE | C6 | 0 | 1C | 12 | 6 | 152 | 45 | 51 |
| Octal | 360 | 256 | 306 | 0 | 34 | 22 | 6 | 522 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11000110 | 0 | 11100 | 10010 | 110 | 101010010 | 1000101 | 1010001 |
Color Harmonies of #F0AEC6
Complementary color
Monochromatic Colors of #F0AEC6
Black with #F0AEC6
Text Example
Text Example
White with #F0AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEC6; }
p { color: rgb(240,174,198); }
H1.HeaderClassName
{
color: #F0AEC6;
}
.AnyTagClassName
{
color: #F0AEC6;
}
</style>
background-color css
<style>
a { background-color: #F0AEC6; }
a { background-color: rgb(240,174,198); }
div.DivClassName
{
background-color: #F0AEC6;
}
.BgClassName
{
background-color: #F0AEC6;
}
</style>
border-color css
<style>
span { border-color: #F0AEC6; }
span { border-color: rgb(240,174,198); }
td.TdClassName
{
border-color: #F0AEC6;
}
.TagClassName
{
border-color: #F0AEC6;
}
</style>