Shades of Cupid #FAAABC
Tints of Cupid #FAAABC
RGB
CMYK
RGB Variations
Color information
#FAAABC (or 0xFAAABC) is known color: Cupid. HEX triplet: FA, AA and BC. RGB value is (250,170,188). Sum of RGB (Red+Green+Blue) = 250+170+188=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABC is #055543. Grayscale: #C3C3C3. Windows color (decimal): -349508 or 12364538. OLE color: 12364538.
HSL color Cylindrical-coordinate representation of color #FAAABC: hue angle of 346.5º 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 #FAAABC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 188 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 346.5º | 0.89% | 0.82% | - |
| HSV(B) | 346.5º | 0.32% | 0.98% | - |
| XYZ | 62.88 | 52.7 | 54.44 | - |
| YUV | 195.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 188 | 0 | 0.32 | 0.25 | 0.02 | 346.5 | 0.89 | 0.82 |
| Hex | FA | AA | BC | 0 | 20 | 19 | 2 | 15A | 59 | 52 |
| Octal | 372 | 252 | 274 | 0 | 40 | 31 | 2 | 532 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111100 | 0 | 100000 | 11001 | 10 | 101011010 | 1011001 | 1010010 |
Color Harmonies of #FAAABC
Complementary color
Monochromatic Colors of #FAAABC
Black with #FAAABC
Text Example
Text Example
White with #FAAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAABC; }
p { color: rgb(250,170,188); }
H1.HeaderClassName
{
color: #FAAABC;
}
.AnyTagClassName
{
color: #FAAABC;
}
</style>
background-color css
<style>
a { background-color: #FAAABC; }
a { background-color: rgb(250,170,188); }
div.DivClassName
{
background-color: #FAAABC;
}
.BgClassName
{
background-color: #FAAABC;
}
</style>
border-color css
<style>
span { border-color: #FAAABC; }
span { border-color: rgb(250,170,188); }
td.TdClassName
{
border-color: #FAAABC;
}
.TagClassName
{
border-color: #FAAABC;
}
</style>