Shades of Cupid #FAAEC0
Tints of Cupid #FAAEC0
RGB
CMYK
RGB Variations
Color information
#FAAEC0 (or 0xFAAEC0) is known color: Cupid. HEX triplet: FA, AE and C0. RGB value is (250,174,192). Sum of RGB (Red+Green+Blue) = 250+174+192=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC0 is #05513F. Grayscale: #C6C6C6. Windows color (decimal): -348480 or 12627706. OLE color: 12627706.
HSL color Cylindrical-coordinate representation of color #FAAEC0: hue angle of 345.79º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEC0 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 192 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.02 |
| HSL | 345.79º | 0.88% | 0.83% | - |
| HSV(B) | 345.79º | 0.3% | 0.98% | - |
| XYZ | 64.07 | 54.4 | 56.99 | - |
| YUV | 198.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 192 | 0 | 0.30 | 0.23 | 0.02 | 345.79 | 0.88 | 0.83 |
| Hex | FA | AE | C0 | 0 | 1E | 17 | 2 | 15A | 58 | 53 |
| Octal | 372 | 256 | 300 | 0 | 36 | 27 | 2 | 532 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000000 | 0 | 11110 | 10111 | 10 | 101011010 | 1011000 | 1010011 |
Color Harmonies of #FAAEC0
Complementary color
Monochromatic Colors of #FAAEC0
Black with #FAAEC0
Text Example
Text Example
White with #FAAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC0; }
p { color: rgb(250,174,192); }
H1.HeaderClassName
{
color: #FAAEC0;
}
.AnyTagClassName
{
color: #FAAEC0;
}
</style>
background-color css
<style>
a { background-color: #FAAEC0; }
a { background-color: rgb(250,174,192); }
div.DivClassName
{
background-color: #FAAEC0;
}
.BgClassName
{
background-color: #FAAEC0;
}
</style>
border-color css
<style>
span { border-color: #FAAEC0; }
span { border-color: rgb(250,174,192); }
td.TdClassName
{
border-color: #FAAEC0;
}
.TagClassName
{
border-color: #FAAEC0;
}
</style>