Shades of Cupid #FAAAC0
Tints of Cupid #FAAAC0
RGB
CMYK
RGB Variations
Color information
#FAAAC0 (or 0xFAAAC0) is known color: Cupid. HEX triplet: FA, AA and C0. RGB value is (250,170,192). Sum of RGB (Red+Green+Blue) = 250+170+192=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC0 is #05553F. Grayscale: #C4C4C4. Windows color (decimal): -349504 or 12626682. OLE color: 12626682.
HSL color Cylindrical-coordinate representation of color #FAAAC0: hue angle of 343.5º 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 #FAAAC0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 192 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 343.5º | 0.89% | 0.82% | - |
| HSV(B) | 343.5º | 0.32% | 0.98% | - |
| XYZ | 63.31 | 52.88 | 56.74 | - |
| YUV | 196.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 192 | 0 | 0.32 | 0.23 | 0.02 | 343.5 | 0.89 | 0.82 |
| Hex | FA | AA | C0 | 0 | 20 | 17 | 2 | 158 | 59 | 52 |
| Octal | 372 | 252 | 300 | 0 | 40 | 27 | 2 | 530 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11000000 | 0 | 100000 | 10111 | 10 | 101011000 | 1011001 | 1010010 |
Color Harmonies of #FAAAC0
Complementary color
Monochromatic Colors of #FAAAC0
Black with #FAAAC0
Text Example
Text Example
White with #FAAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC0; }
p { color: rgb(250,170,192); }
H1.HeaderClassName
{
color: #FAAAC0;
}
.AnyTagClassName
{
color: #FAAAC0;
}
</style>
background-color css
<style>
a { background-color: #FAAAC0; }
a { background-color: rgb(250,170,192); }
div.DivClassName
{
background-color: #FAAAC0;
}
.BgClassName
{
background-color: #FAAAC0;
}
</style>
border-color css
<style>
span { border-color: #FAAAC0; }
span { border-color: rgb(250,170,192); }
td.TdClassName
{
border-color: #FAAAC0;
}
.TagClassName
{
border-color: #FAAAC0;
}
</style>