Shades of Cupid #FAA5BC
Tints of Cupid #FAA5BC
RGB
CMYK
RGB Variations
Color information
#FAA5BC (or 0xFAA5BC) is known color: Cupid. HEX triplet: FA, A5 and BC. RGB value is (250,165,188). Sum of RGB (Red+Green+Blue) = 250+165+188=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5BC is #055A43. Grayscale: #C1C1C1. Windows color (decimal): -350788 or 12363258. OLE color: 12363258.
HSL color Cylindrical-coordinate representation of color #FAA5BC: hue angle of 343.76º 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 #FAA5BC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 188 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.02 |
| HSL | 343.76º | 0.89% | 0.81% | - |
| HSV(B) | 343.76º | 0.34% | 0.98% | - |
| XYZ | 61.96 | 50.87 | 54.13 | - |
| YUV | 193.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 188 | 0 | 0.34 | 0.25 | 0.02 | 343.76 | 0.89 | 0.81 |
| Hex | FA | A5 | BC | 0 | 22 | 19 | 2 | 158 | 59 | 51 |
| Octal | 372 | 245 | 274 | 0 | 42 | 31 | 2 | 530 | 131 | 121 |
| Binary | 11111010 | 10100101 | 10111100 | 0 | 100010 | 11001 | 10 | 101011000 | 1011001 | 1010001 |
Color Harmonies of #FAA5BC
Complementary color
Monochromatic Colors of #FAA5BC
Black with #FAA5BC
Text Example
Text Example
White with #FAA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5BC; }
p { color: rgb(250,165,188); }
H1.HeaderClassName
{
color: #FAA5BC;
}
.AnyTagClassName
{
color: #FAA5BC;
}
</style>
background-color css
<style>
a { background-color: #FAA5BC; }
a { background-color: rgb(250,165,188); }
div.DivClassName
{
background-color: #FAA5BC;
}
.BgClassName
{
background-color: #FAA5BC;
}
</style>
border-color css
<style>
span { border-color: #FAA5BC; }
span { border-color: rgb(250,165,188); }
td.TdClassName
{
border-color: #FAA5BC;
}
.TagClassName
{
border-color: #FAA5BC;
}
</style>