Shades of Cupid #F2AEC0
Tints of Cupid #F2AEC0
RGB
CMYK
RGB Variations
Color information
#F2AEC0 (or 0xF2AEC0) is known color: Cupid. HEX triplet: F2, AE and C0. RGB value is (242,174,192). Sum of RGB (Red+Green+Blue) = 242+174+192=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC0 is #0D513F. Grayscale: #C4C4C4. Windows color (decimal): -872768 or 12627698. OLE color: 12627698.
HSL color Cylindrical-coordinate representation of color #F2AEC0: hue angle of 344.12º 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 #F2AEC0 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 174 | 192 | - |
CMYK | 0 | 0.28 | 0.21 | 0.05 |
HSL | 344.12º | 0.72% | 0.82% | - |
HSV(B) | 344.12º | 0.28% | 0.95% | - |
XYZ | 61.27 | 52.96 | 56.86 | - |
YUV | 196.38 | 125.53 | 160.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 174 | 192 | 0 | 0.28 | 0.21 | 0.05 | 344.12 | 0.72 | 0.82 |
Hex | F2 | AE | C0 | 0 | 1C | 15 | 5 | 158 | 48 | 52 |
Octal | 362 | 256 | 300 | 0 | 34 | 25 | 5 | 530 | 110 | 122 |
Binary | 11110010 | 10101110 | 11000000 | 0 | 11100 | 10101 | 101 | 101011000 | 1001000 | 1010010 |
Color Harmonies of #F2AEC0
Complementary color
Monochromatic Colors of #F2AEC0
Black with #F2AEC0
Text Example
Text Example
White with #F2AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEC0; }
p { color: rgb(242,174,192); }
H1.HeaderClassName
{
color: #F2AEC0;
}
.AnyTagClassName
{
color: #F2AEC0;
}
</style>
background-color css
<style>
a { background-color: #F2AEC0; }
a { background-color: rgb(242,174,192); }
div.DivClassName
{
background-color: #F2AEC0;
}
.BgClassName
{
background-color: #F2AEC0;
}
</style>
border-color css
<style>
span { border-color: #F2AEC0; }
span { border-color: rgb(242,174,192); }
td.TdClassName
{
border-color: #F2AEC0;
}
.TagClassName
{
border-color: #F2AEC0;
}
</style>