Shades of Cupid #FAAAC2
Tints of Cupid #FAAAC2
RGB
CMYK
RGB Variations
Color information
#FAAAC2 (or 0xFAAAC2) is known color: Cupid. HEX triplet: FA, AA and C2. RGB value is (250,170,194). Sum of RGB (Red+Green+Blue) = 250+170+194=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC2 is #05553D. Grayscale: #C4C4C4. Windows color (decimal): -349502 or 12757754. OLE color: 12757754.
HSL color Cylindrical-coordinate representation of color #FAAAC2: hue angle of 342º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAC2 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 194 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 342º | 0.89% | 0.82% | - |
| HSV(B) | 342º | 0.32% | 0.98% | - |
| XYZ | 63.54 | 52.97 | 57.91 | - |
| YUV | 196.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 194 | 0 | 0.32 | 0.22 | 0.02 | 342 | 0.89 | 0.82 |
| Hex | FA | AA | C2 | 0 | 20 | 16 | 2 | 156 | 59 | 52 |
| Octal | 372 | 252 | 302 | 0 | 40 | 26 | 2 | 526 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11000010 | 0 | 100000 | 10110 | 10 | 101010110 | 1011001 | 1010010 |
Color Harmonies of #FAAAC2
Complementary color
Monochromatic Colors of #FAAAC2
Black with #FAAAC2
Text Example
Text Example
White with #FAAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC2; }
p { color: rgb(250,170,194); }
H1.HeaderClassName
{
color: #FAAAC2;
}
.AnyTagClassName
{
color: #FAAAC2;
}
</style>
background-color css
<style>
a { background-color: #FAAAC2; }
a { background-color: rgb(250,170,194); }
div.DivClassName
{
background-color: #FAAAC2;
}
.BgClassName
{
background-color: #FAAAC2;
}
</style>
border-color css
<style>
span { border-color: #FAAAC2; }
span { border-color: rgb(250,170,194); }
td.TdClassName
{
border-color: #FAAAC2;
}
.TagClassName
{
border-color: #FAAAC2;
}
</style>