Shades of Cupid #FAAEC9
Tints of Cupid #FAAEC9
RGB
CMYK
RGB Variations
Color information
#FAAEC9 (or 0xFAAEC9) is known color: Cupid. HEX triplet: FA, AE and C9. RGB value is (250,174,201). Sum of RGB (Red+Green+Blue) = 250+174+201=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC9 is #055136. Grayscale: #C7C7C7. Windows color (decimal): -348471 or 13217530. OLE color: 13217530.
HSL color Cylindrical-coordinate representation of color #FAAEC9: hue angle of 338.68º 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 #FAAEC9 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 201 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.02 |
| HSL | 338.68º | 0.88% | 0.83% | - |
| HSV(B) | 338.68º | 0.3% | 0.98% | - |
| XYZ | 65.1 | 54.81 | 62.41 | - |
| YUV | 199.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 201 | 0 | 0.30 | 0.20 | 0.02 | 338.68 | 0.88 | 0.83 |
| Hex | FA | AE | C9 | 0 | 1E | 14 | 2 | 153 | 58 | 53 |
| Octal | 372 | 256 | 311 | 0 | 36 | 24 | 2 | 523 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001001 | 0 | 11110 | 10100 | 10 | 101010011 | 1011000 | 1010011 |
Color Harmonies of #FAAEC9
Complementary color
Monochromatic Colors of #FAAEC9
Black with #FAAEC9
Text Example
Text Example
White with #FAAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC9; }
p { color: rgb(250,174,201); }
H1.HeaderClassName
{
color: #FAAEC9;
}
.AnyTagClassName
{
color: #FAAEC9;
}
</style>
background-color css
<style>
a { background-color: #FAAEC9; }
a { background-color: rgb(250,174,201); }
div.DivClassName
{
background-color: #FAAEC9;
}
.BgClassName
{
background-color: #FAAEC9;
}
</style>
border-color css
<style>
span { border-color: #FAAEC9; }
span { border-color: rgb(250,174,201); }
td.TdClassName
{
border-color: #FAAEC9;
}
.TagClassName
{
border-color: #FAAEC9;
}
</style>