Shades of Cupid #F2AEBB
Tints of Cupid #F2AEBB
RGB
CMYK
RGB Variations
Color information
#F2AEBB (or 0xF2AEBB) is known color: Cupid. HEX triplet: F2, AE and BB. RGB value is (242,174,187). Sum of RGB (Red+Green+Blue) = 242+174+187=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBB is #0D5144. Grayscale: #C3C3C3. Windows color (decimal): -872773 or 12300018. OLE color: 12300018.
HSL color Cylindrical-coordinate representation of color #F2AEBB: hue angle of 348.53º 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 #F2AEBB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 187 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 348.53º | 0.72% | 0.82% | - |
| HSV(B) | 348.53º | 0.28% | 0.95% | - |
| XYZ | 60.72 | 52.74 | 53.99 | - |
| YUV | 195.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 187 | 0 | 0.28 | 0.23 | 0.05 | 348.53 | 0.72 | 0.82 |
| Hex | F2 | AE | BB | 0 | 1C | 17 | 5 | 15D | 48 | 52 |
| Octal | 362 | 256 | 273 | 0 | 34 | 27 | 5 | 535 | 110 | 122 |
| Binary | 11110010 | 10101110 | 10111011 | 0 | 11100 | 10111 | 101 | 101011101 | 1001000 | 1010010 |
Color Harmonies of #F2AEBB
Complementary color
Monochromatic Colors of #F2AEBB
Black with #F2AEBB
Text Example
Text Example
White with #F2AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEBB; }
p { color: rgb(242,174,187); }
H1.HeaderClassName
{
color: #F2AEBB;
}
.AnyTagClassName
{
color: #F2AEBB;
}
</style>
background-color css
<style>
a { background-color: #F2AEBB; }
a { background-color: rgb(242,174,187); }
div.DivClassName
{
background-color: #F2AEBB;
}
.BgClassName
{
background-color: #F2AEBB;
}
</style>
border-color css
<style>
span { border-color: #F2AEBB; }
span { border-color: rgb(242,174,187); }
td.TdClassName
{
border-color: #F2AEBB;
}
.TagClassName
{
border-color: #F2AEBB;
}
</style>