Shades of Cupid #FAAEC2
Tints of Cupid #FAAEC2
RGB
CMYK
RGB Variations
Color information
#FAAEC2 (or 0xFAAEC2) is known color: Cupid. HEX triplet: FA, AE and C2. RGB value is (250,174,194). Sum of RGB (Red+Green+Blue) = 250+174+194=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC2 is #05513D. Grayscale: #C7C7C7. Windows color (decimal): -348478 or 12758778. OLE color: 12758778.
HSL color Cylindrical-coordinate representation of color #FAAEC2: hue angle of 344.21º 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 #FAAEC2 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 194 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 344.21º | 0.88% | 0.83% | - |
| HSV(B) | 344.21º | 0.3% | 0.98% | - |
| XYZ | 64.3 | 54.49 | 58.17 | - |
| YUV | 199 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 194 | 0 | 0.30 | 0.22 | 0.02 | 344.21 | 0.88 | 0.83 |
| Hex | FA | AE | C2 | 0 | 1E | 16 | 2 | 158 | 58 | 53 |
| Octal | 372 | 256 | 302 | 0 | 36 | 26 | 2 | 530 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11000010 | 0 | 11110 | 10110 | 10 | 101011000 | 1011000 | 1010011 |
Color Harmonies of #FAAEC2
Complementary color
Monochromatic Colors of #FAAEC2
Black with #FAAEC2
Text Example
Text Example
White with #FAAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEC2; }
p { color: rgb(250,174,194); }
H1.HeaderClassName
{
color: #FAAEC2;
}
.AnyTagClassName
{
color: #FAAEC2;
}
</style>
background-color css
<style>
a { background-color: #FAAEC2; }
a { background-color: rgb(250,174,194); }
div.DivClassName
{
background-color: #FAAEC2;
}
.BgClassName
{
background-color: #FAAEC2;
}
</style>
border-color css
<style>
span { border-color: #FAAEC2; }
span { border-color: rgb(250,174,194); }
td.TdClassName
{
border-color: #FAAEC2;
}
.TagClassName
{
border-color: #FAAEC2;
}
</style>