Shades of Cupid #FAAABD
Tints of Cupid #FAAABD
RGB
CMYK
RGB Variations
Color information
#FAAABD (or 0xFAAABD) is known color: Cupid. HEX triplet: FA, AA and BD. RGB value is (250,170,189). Sum of RGB (Red+Green+Blue) = 250+170+189=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABD is #055542. Grayscale: #C4C4C4. Windows color (decimal): -349507 or 12430074. OLE color: 12430074.
HSL color Cylindrical-coordinate representation of color #FAAABD: hue angle of 345.75º 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 #FAAABD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 189 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345.75º | 0.89% | 0.82% | - |
| HSV(B) | 345.75º | 0.32% | 0.98% | - |
| XYZ | 62.98 | 52.75 | 55.01 | - |
| YUV | 196.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 189 | 0 | 0.32 | 0.24 | 0.02 | 345.75 | 0.89 | 0.82 |
| Hex | FA | AA | BD | 0 | 20 | 18 | 2 | 15A | 59 | 52 |
| Octal | 372 | 252 | 275 | 0 | 40 | 30 | 2 | 532 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111101 | 0 | 100000 | 11000 | 10 | 101011010 | 1011001 | 1010010 |
Color Harmonies of #FAAABD
Complementary color
Monochromatic Colors of #FAAABD
Black with #FAAABD
Text Example
Text Example
White with #FAAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAABD; }
p { color: rgb(250,170,189); }
H1.HeaderClassName
{
color: #FAAABD;
}
.AnyTagClassName
{
color: #FAAABD;
}
</style>
background-color css
<style>
a { background-color: #FAAABD; }
a { background-color: rgb(250,170,189); }
div.DivClassName
{
background-color: #FAAABD;
}
.BgClassName
{
background-color: #FAAABD;
}
</style>
border-color css
<style>
span { border-color: #FAAABD; }
span { border-color: rgb(250,170,189); }
td.TdClassName
{
border-color: #FAAABD;
}
.TagClassName
{
border-color: #FAAABD;
}
</style>