Shades of Cupid #FAAEC7
Tints of Cupid #FAAEC7
RGB
CMYK
RGB Variations
Color information
#FAAEC7 (or 0xFAAEC7) is known color: Cupid. HEX triplet: FA, AE and C7. RGB value is (250,174,199). Sum of RGB (Red+Green+Blue) = 250+174+199=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC7 is #055138. Grayscale: #C7C7C7. Windows color (decimal): -348473 or 13086458. OLE color: 13086458.
HSL color Cylindrical-coordinate representation of color #FAAEC7: hue angle of 340.26º 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 #FAAEC7 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 199 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.02 |
| HSL | 340.26º | 0.88% | 0.83% | - |
| HSV(B) | 340.26º | 0.3% | 0.98% | - |
| XYZ | 64.87 | 54.72 | 61.18 | - |
| YUV | 199.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 199 | 0 | 0.30 | 0.20 | 0.02 | 340.26 | 0.88 | 0.83 |
| Hex | FA | AE | C7 | 0 | 1E | 14 | 2 | 154 | 58 | 53 |
| Octal | 372 | 256 | 307 | 0 | 36 | 24 | 2 | 524 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000111 | 0 | 11110 | 10100 | 10 | 101010100 | 1011000 | 1010011 |
Color Harmonies of #FAAEC7
Complementary color
Monochromatic Colors of #FAAEC7
Black with #FAAEC7
Text Example
Text Example
White with #FAAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC7; }
p { color: rgb(250,174,199); }
H1.HeaderClassName
{
color: #FAAEC7;
}
.AnyTagClassName
{
color: #FAAEC7;
}
</style>
background-color css
<style>
a { background-color: #FAAEC7; }
a { background-color: rgb(250,174,199); }
div.DivClassName
{
background-color: #FAAEC7;
}
.BgClassName
{
background-color: #FAAEC7;
}
</style>
border-color css
<style>
span { border-color: #FAAEC7; }
span { border-color: rgb(250,174,199); }
td.TdClassName
{
border-color: #FAAEC7;
}
.TagClassName
{
border-color: #FAAEC7;
}
</style>