Shades of Cupid #FAABC0
Tints of Cupid #FAABC0
RGB
CMYK
RGB Variations
Color information
#FAABC0 (or 0xFAABC0) is known color: Cupid. HEX triplet: FA, AB and C0. RGB value is (250,171,192). Sum of RGB (Red+Green+Blue) = 250+171+192=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC0 is #05543F. Grayscale: #C5C5C5. Windows color (decimal): -349248 or 12626938. OLE color: 12626938.
HSL color Cylindrical-coordinate representation of color #FAABC0: hue angle of 344.05º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABC0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 192 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 344.05º | 0.89% | 0.83% | - |
| HSV(B) | 344.05º | 0.32% | 0.98% | - |
| XYZ | 63.5 | 53.26 | 56.8 | - |
| YUV | 197.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 192 | 0 | 0.32 | 0.23 | 0.02 | 344.05 | 0.89 | 0.83 |
| Hex | FA | AB | C0 | 0 | 20 | 17 | 2 | 158 | 59 | 53 |
| Octal | 372 | 253 | 300 | 0 | 40 | 27 | 2 | 530 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000000 | 0 | 100000 | 10111 | 10 | 101011000 | 1011001 | 1010011 |
Color Harmonies of #FAABC0
Complementary color
Monochromatic Colors of #FAABC0
Black with #FAABC0
Text Example
Text Example
White with #FAABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC0; }
p { color: rgb(250,171,192); }
H1.HeaderClassName
{
color: #FAABC0;
}
.AnyTagClassName
{
color: #FAABC0;
}
</style>
background-color css
<style>
a { background-color: #FAABC0; }
a { background-color: rgb(250,171,192); }
div.DivClassName
{
background-color: #FAABC0;
}
.BgClassName
{
background-color: #FAABC0;
}
</style>
border-color css
<style>
span { border-color: #FAABC0; }
span { border-color: rgb(250,171,192); }
td.TdClassName
{
border-color: #FAABC0;
}
.TagClassName
{
border-color: #FAABC0;
}
</style>