Shades of Cupid #F2AEC1
Tints of Cupid #F2AEC1
RGB
CMYK
RGB Variations
Color information
#F2AEC1 (or 0xF2AEC1) is known color: Cupid. HEX triplet: F2, AE and C1. RGB value is (242,174,193). Sum of RGB (Red+Green+Blue) = 242+174+193=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEC1 is #0D513E. Grayscale: #C4C4C4. Windows color (decimal): -872767 or 12693234. OLE color: 12693234.
HSL color Cylindrical-coordinate representation of color #F2AEC1: hue angle of 343.24º 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 #F2AEC1 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 193 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.05 |
| HSL | 343.24º | 0.72% | 0.82% | - |
| HSV(B) | 343.24º | 0.28% | 0.95% | - |
| XYZ | 61.38 | 53 | 57.45 | - |
| YUV | 196.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 193 | 0 | 0.28 | 0.20 | 0.05 | 343.24 | 0.72 | 0.82 |
| Hex | F2 | AE | C1 | 0 | 1C | 14 | 5 | 157 | 48 | 52 |
| Octal | 362 | 256 | 301 | 0 | 34 | 24 | 5 | 527 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11000001 | 0 | 11100 | 10100 | 101 | 101010111 | 1001000 | 1010010 |
Color Harmonies of #F2AEC1
Complementary color
Monochromatic Colors of #F2AEC1
Black with #F2AEC1
Text Example
Text Example
White with #F2AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEC1; }
p { color: rgb(242,174,193); }
H1.HeaderClassName
{
color: #F2AEC1;
}
.AnyTagClassName
{
color: #F2AEC1;
}
</style>
background-color css
<style>
a { background-color: #F2AEC1; }
a { background-color: rgb(242,174,193); }
div.DivClassName
{
background-color: #F2AEC1;
}
.BgClassName
{
background-color: #F2AEC1;
}
</style>
border-color css
<style>
span { border-color: #F2AEC1; }
span { border-color: rgb(242,174,193); }
td.TdClassName
{
border-color: #F2AEC1;
}
.TagClassName
{
border-color: #F2AEC1;
}
</style>