Shades of Cupid #F2AEC3
Tints of Cupid #F2AEC3
RGB
CMYK
RGB Variations
Color information
#F2AEC3 (or 0xF2AEC3) is known color: Cupid. HEX triplet: F2, AE and C3. RGB value is (242,174,195). Sum of RGB (Red+Green+Blue) = 242+174+195=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC3 is #0D513C. Grayscale: #C4C4C4. Windows color (decimal): -872765 or 12824306. OLE color: 12824306.
HSL color Cylindrical-coordinate representation of color #F2AEC3: hue angle of 341.47º 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 #F2AEC3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 195 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.05 |
| HSL | 341.47º | 0.72% | 0.82% | - |
| HSV(B) | 341.47º | 0.28% | 0.95% | - |
| XYZ | 61.6 | 53.09 | 58.63 | - |
| YUV | 196.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 195 | 0 | 0.28 | 0.19 | 0.05 | 341.47 | 0.72 | 0.82 |
| Hex | F2 | AE | C3 | 0 | 1C | 13 | 5 | 155 | 48 | 52 |
| Octal | 362 | 256 | 303 | 0 | 34 | 23 | 5 | 525 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11000011 | 0 | 11100 | 10011 | 101 | 101010101 | 1001000 | 1010010 |
Color Harmonies of #F2AEC3
Complementary color
Monochromatic Colors of #F2AEC3
Black with #F2AEC3
Text Example
Text Example
White with #F2AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEC3; }
p { color: rgb(242,174,195); }
H1.HeaderClassName
{
color: #F2AEC3;
}
.AnyTagClassName
{
color: #F2AEC3;
}
</style>
background-color css
<style>
a { background-color: #F2AEC3; }
a { background-color: rgb(242,174,195); }
div.DivClassName
{
background-color: #F2AEC3;
}
.BgClassName
{
background-color: #F2AEC3;
}
</style>
border-color css
<style>
span { border-color: #F2AEC3; }
span { border-color: rgb(242,174,195); }
td.TdClassName
{
border-color: #F2AEC3;
}
.TagClassName
{
border-color: #F2AEC3;
}
</style>