Shades of Cupid #FAAABE
Tints of Cupid #FAAABE
RGB
CMYK
RGB Variations
Color information
#FAAABE (or 0xFAAABE) is known color: Cupid. HEX triplet: FA, AA and BE. RGB value is (250,170,190). Sum of RGB (Red+Green+Blue) = 250+170+190=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABE is #055541. Grayscale: #C4C4C4. Windows color (decimal): -349506 or 12495610. OLE color: 12495610.
HSL color Cylindrical-coordinate representation of color #FAAABE: hue angle of 345º 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 #FAAABE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 190 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345º | 0.89% | 0.82% | - |
| HSV(B) | 345º | 0.32% | 0.98% | - |
| XYZ | 63.09 | 52.79 | 55.58 | - |
| YUV | 196.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 190 | 0 | 0.32 | 0.24 | 0.02 | 345 | 0.89 | 0.82 |
| Hex | FA | AA | BE | 0 | 20 | 18 | 2 | 159 | 59 | 52 |
| Octal | 372 | 252 | 276 | 0 | 40 | 30 | 2 | 531 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111110 | 0 | 100000 | 11000 | 10 | 101011001 | 1011001 | 1010010 |
Color Harmonies of #FAAABE
Complementary color
Monochromatic Colors of #FAAABE
Black with #FAAABE
Text Example
Text Example
White with #FAAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAABE; }
p { color: rgb(250,170,190); }
H1.HeaderClassName
{
color: #FAAABE;
}
.AnyTagClassName
{
color: #FAAABE;
}
</style>
background-color css
<style>
a { background-color: #FAAABE; }
a { background-color: rgb(250,170,190); }
div.DivClassName
{
background-color: #FAAABE;
}
.BgClassName
{
background-color: #FAAABE;
}
</style>
border-color css
<style>
span { border-color: #FAAABE; }
span { border-color: rgb(250,170,190); }
td.TdClassName
{
border-color: #FAAABE;
}
.TagClassName
{
border-color: #FAAABE;
}
</style>