Shades of Cupid #F2AEBA
Tints of Cupid #F2AEBA
RGB
CMYK
RGB Variations
Color information
#F2AEBA (or 0xF2AEBA) is known color: Cupid. HEX triplet: F2, AE and BA. RGB value is (242,174,186). Sum of RGB (Red+Green+Blue) = 242+174+186=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBA is #0D5145. Grayscale: #C3C3C3. Windows color (decimal): -872774 or 12234482. OLE color: 12234482.
HSL color Cylindrical-coordinate representation of color #F2AEBA: hue angle of 349.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEBA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 186 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 349.41º | 0.72% | 0.82% | - |
| HSV(B) | 349.41º | 0.28% | 0.95% | - |
| XYZ | 60.62 | 52.69 | 53.43 | - |
| YUV | 195.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 186 | 0 | 0.28 | 0.23 | 0.05 | 349.41 | 0.72 | 0.82 |
| Hex | F2 | AE | BA | 0 | 1C | 17 | 5 | 15D | 48 | 52 |
| Octal | 362 | 256 | 272 | 0 | 34 | 27 | 5 | 535 | 110 | 122 |
| Binary | 11110010 | 10101110 | 10111010 | 0 | 11100 | 10111 | 101 | 101011101 | 1001000 | 1010010 |
Color Harmonies of #F2AEBA
Complementary color
Monochromatic Colors of #F2AEBA
Black with #F2AEBA
Text Example
Text Example
White with #F2AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEBA; }
p { color: rgb(242,174,186); }
H1.HeaderClassName
{
color: #F2AEBA;
}
.AnyTagClassName
{
color: #F2AEBA;
}
</style>
background-color css
<style>
a { background-color: #F2AEBA; }
a { background-color: rgb(242,174,186); }
div.DivClassName
{
background-color: #F2AEBA;
}
.BgClassName
{
background-color: #F2AEBA;
}
</style>
border-color css
<style>
span { border-color: #F2AEBA; }
span { border-color: rgb(242,174,186); }
td.TdClassName
{
border-color: #F2AEBA;
}
.TagClassName
{
border-color: #F2AEBA;
}
</style>