Shades of Cupid #FAAEC4
Tints of Cupid #FAAEC4
RGB
CMYK
RGB Variations
Color information
#FAAEC4 (or 0xFAAEC4) is known color: Cupid. HEX triplet: FA, AE and C4. RGB value is (250,174,196). Sum of RGB (Red+Green+Blue) = 250+174+196=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC4 is #05513B. Grayscale: #C7C7C7. Windows color (decimal): -348476 or 12889850. OLE color: 12889850.
HSL color Cylindrical-coordinate representation of color #FAAEC4: hue angle of 342.63º 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 #FAAEC4 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 196 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 342.63º | 0.88% | 0.83% | - |
| HSV(B) | 342.63º | 0.3% | 0.98% | - |
| XYZ | 64.52 | 54.58 | 59.36 | - |
| YUV | 199.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 196 | 0 | 0.30 | 0.22 | 0.02 | 342.63 | 0.88 | 0.83 |
| Hex | FA | AE | C4 | 0 | 1E | 16 | 2 | 157 | 58 | 53 |
| Octal | 372 | 256 | 304 | 0 | 36 | 26 | 2 | 527 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000100 | 0 | 11110 | 10110 | 10 | 101010111 | 1011000 | 1010011 |
Color Harmonies of #FAAEC4
Complementary color
Monochromatic Colors of #FAAEC4
Black with #FAAEC4
Text Example
Text Example
White with #FAAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC4; }
p { color: rgb(250,174,196); }
H1.HeaderClassName
{
color: #FAAEC4;
}
.AnyTagClassName
{
color: #FAAEC4;
}
</style>
background-color css
<style>
a { background-color: #FAAEC4; }
a { background-color: rgb(250,174,196); }
div.DivClassName
{
background-color: #FAAEC4;
}
.BgClassName
{
background-color: #FAAEC4;
}
</style>
border-color css
<style>
span { border-color: #FAAEC4; }
span { border-color: rgb(250,174,196); }
td.TdClassName
{
border-color: #FAAEC4;
}
.TagClassName
{
border-color: #FAAEC4;
}
</style>