Shades of Cupid #FAAABB
Tints of Cupid #FAAABB
RGB
CMYK
RGB Variations
Color information
#FAAABB (or 0xFAAABB) is known color: Cupid. HEX triplet: FA, AA and BB. RGB value is (250,170,187). Sum of RGB (Red+Green+Blue) = 250+170+187=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABB is #055544. Grayscale: #C3C3C3. Windows color (decimal): -349509 or 12299002. OLE color: 12299002.
HSL color Cylindrical-coordinate representation of color #FAAABB: hue angle of 347.25º 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 #FAAABB is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 187 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 347.25º | 0.89% | 0.82% | - |
| HSV(B) | 347.25º | 0.32% | 0.98% | - |
| XYZ | 62.77 | 52.66 | 53.87 | - |
| YUV | 195.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 187 | 0 | 0.32 | 0.25 | 0.02 | 347.25 | 0.89 | 0.82 |
| Hex | FA | AA | BB | 0 | 20 | 19 | 2 | 15B | 59 | 52 |
| Octal | 372 | 252 | 273 | 0 | 40 | 31 | 2 | 533 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111011 | 0 | 100000 | 11001 | 10 | 101011011 | 1011001 | 1010010 |
Color Harmonies of #FAAABB
Complementary color
Monochromatic Colors of #FAAABB
Black with #FAAABB
Text Example
Text Example
White with #FAAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAABB; }
p { color: rgb(250,170,187); }
H1.HeaderClassName
{
color: #FAAABB;
}
.AnyTagClassName
{
color: #FAAABB;
}
</style>
background-color css
<style>
a { background-color: #FAAABB; }
a { background-color: rgb(250,170,187); }
div.DivClassName
{
background-color: #FAAABB;
}
.BgClassName
{
background-color: #FAAABB;
}
</style>
border-color css
<style>
span { border-color: #FAAABB; }
span { border-color: rgb(250,170,187); }
td.TdClassName
{
border-color: #FAAABB;
}
.TagClassName
{
border-color: #FAAABB;
}
</style>