Shades of Cupid #FAA5B7
Tints of Cupid #FAA5B7
RGB
CMYK
RGB Variations
Color information
#FAA5B7 (or 0xFAA5B7) is known color: Cupid. HEX triplet: FA, A5 and B7. RGB value is (250,165,183). Sum of RGB (Red+Green+Blue) = 250+165+183=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5B7 is #055A48. Grayscale: #C0C0C0. Windows color (decimal): -350793 or 12035578. OLE color: 12035578.
HSL color Cylindrical-coordinate representation of color #FAA5B7: hue angle of 347.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5B7 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 183 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.02 |
| HSL | 347.29º | 0.89% | 0.81% | - |
| HSV(B) | 347.29º | 0.34% | 0.98% | - |
| XYZ | 61.43 | 50.65 | 51.34 | - |
| YUV | 192.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 183 | 0 | 0.34 | 0.27 | 0.02 | 347.29 | 0.89 | 0.81 |
| Hex | FA | A5 | B7 | 0 | 22 | 1B | 2 | 15B | 59 | 51 |
| Octal | 372 | 245 | 267 | 0 | 42 | 33 | 2 | 533 | 131 | 121 |
| Binary | 11111010 | 10100101 | 10110111 | 0 | 100010 | 11011 | 10 | 101011011 | 1011001 | 1010001 |
Color Harmonies of #FAA5B7
Complementary color
Monochromatic Colors of #FAA5B7
Black with #FAA5B7
Text Example
Text Example
White with #FAA5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5B7; }
p { color: rgb(250,165,183); }
H1.HeaderClassName
{
color: #FAA5B7;
}
.AnyTagClassName
{
color: #FAA5B7;
}
</style>
background-color css
<style>
a { background-color: #FAA5B7; }
a { background-color: rgb(250,165,183); }
div.DivClassName
{
background-color: #FAA5B7;
}
.BgClassName
{
background-color: #FAA5B7;
}
</style>
border-color css
<style>
span { border-color: #FAA5B7; }
span { border-color: rgb(250,165,183); }
td.TdClassName
{
border-color: #FAA5B7;
}
.TagClassName
{
border-color: #FAA5B7;
}
</style>