Shades of Cupid #FAABC5
Tints of Cupid #FAABC5
RGB
CMYK
RGB Variations
Color information
#FAABC5 (or 0xFAABC5) is known color: Cupid. HEX triplet: FA, AB and C5. RGB value is (250,171,197). Sum of RGB (Red+Green+Blue) = 250+171+197=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC5 is #05543A. Grayscale: #C5C5C5. Windows color (decimal): -349243 or 12954618. OLE color: 12954618.
HSL color Cylindrical-coordinate representation of color #FAABC5: hue angle of 340.25º 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 #FAABC5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 197 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.02 |
| HSL | 340.25º | 0.89% | 0.83% | - |
| HSV(B) | 340.25º | 0.32% | 0.98% | - |
| XYZ | 64.07 | 53.48 | 59.77 | - |
| YUV | 197.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 197 | 0 | 0.32 | 0.21 | 0.02 | 340.25 | 0.89 | 0.83 |
| Hex | FA | AB | C5 | 0 | 20 | 15 | 2 | 154 | 59 | 53 |
| Octal | 372 | 253 | 305 | 0 | 40 | 25 | 2 | 524 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000101 | 0 | 100000 | 10101 | 10 | 101010100 | 1011001 | 1010011 |
Color Harmonies of #FAABC5
Complementary color
Monochromatic Colors of #FAABC5
Black with #FAABC5
Text Example
Text Example
White with #FAABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC5; }
p { color: rgb(250,171,197); }
H1.HeaderClassName
{
color: #FAABC5;
}
.AnyTagClassName
{
color: #FAABC5;
}
</style>
background-color css
<style>
a { background-color: #FAABC5; }
a { background-color: rgb(250,171,197); }
div.DivClassName
{
background-color: #FAABC5;
}
.BgClassName
{
background-color: #FAABC5;
}
</style>
border-color css
<style>
span { border-color: #FAABC5; }
span { border-color: rgb(250,171,197); }
td.TdClassName
{
border-color: #FAABC5;
}
.TagClassName
{
border-color: #FAABC5;
}
</style>