Shades of Cupid #FAA9C0
Tints of Cupid #FAA9C0
RGB
CMYK
RGB Variations
Color information
#FAA9C0 (or 0xFAA9C0) is known color: Cupid. HEX triplet: FA, A9 and C0. RGB value is (250,169,192). Sum of RGB (Red+Green+Blue) = 250+169+192=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C0 is #05563F. Grayscale: #C3C3C3. Windows color (decimal): -349760 or 12626426. OLE color: 12626426.
HSL color Cylindrical-coordinate representation of color #FAA9C0: hue angle of 342.96º 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 #FAA9C0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 192 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 342.96º | 0.89% | 0.82% | - |
| HSV(B) | 342.96º | 0.32% | 0.98% | - |
| XYZ | 63.13 | 52.51 | 56.68 | - |
| YUV | 195.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 192 | 0 | 0.32 | 0.23 | 0.02 | 342.96 | 0.89 | 0.82 |
| Hex | FA | A9 | C0 | 0 | 20 | 17 | 2 | 157 | 59 | 52 |
| Octal | 372 | 251 | 300 | 0 | 40 | 27 | 2 | 527 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11000000 | 0 | 100000 | 10111 | 10 | 101010111 | 1011001 | 1010010 |
Color Harmonies of #FAA9C0
Complementary color
Monochromatic Colors of #FAA9C0
Black with #FAA9C0
Text Example
Text Example
White with #FAA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9C0; }
p { color: rgb(250,169,192); }
H1.HeaderClassName
{
color: #FAA9C0;
}
.AnyTagClassName
{
color: #FAA9C0;
}
</style>
background-color css
<style>
a { background-color: #FAA9C0; }
a { background-color: rgb(250,169,192); }
div.DivClassName
{
background-color: #FAA9C0;
}
.BgClassName
{
background-color: #FAA9C0;
}
</style>
border-color css
<style>
span { border-color: #FAA9C0; }
span { border-color: rgb(250,169,192); }
td.TdClassName
{
border-color: #FAA9C0;
}
.TagClassName
{
border-color: #FAA9C0;
}
</style>