Shades of Cupid #FAA9BC
Tints of Cupid #FAA9BC
RGB
CMYK
RGB Variations
Color information
#FAA9BC (or 0xFAA9BC) is known color: Cupid. HEX triplet: FA, A9 and BC. RGB value is (250,169,188). Sum of RGB (Red+Green+Blue) = 250+169+188=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9BC is #055643. Grayscale: #C3C3C3. Windows color (decimal): -349764 or 12364282. OLE color: 12364282.
HSL color Cylindrical-coordinate representation of color #FAA9BC: hue angle of 345.93º 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 #FAA9BC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 188 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 345.93º | 0.89% | 0.82% | - |
| HSV(B) | 345.93º | 0.32% | 0.98% | - |
| XYZ | 62.69 | 52.33 | 54.37 | - |
| YUV | 195.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 188 | 0 | 0.32 | 0.25 | 0.02 | 345.93 | 0.89 | 0.82 |
| Hex | FA | A9 | BC | 0 | 20 | 19 | 2 | 15A | 59 | 52 |
| Octal | 372 | 251 | 274 | 0 | 40 | 31 | 2 | 532 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10111100 | 0 | 100000 | 11001 | 10 | 101011010 | 1011001 | 1010010 |
Color Harmonies of #FAA9BC
Complementary color
Monochromatic Colors of #FAA9BC
Black with #FAA9BC
Text Example
Text Example
White with #FAA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9BC; }
p { color: rgb(250,169,188); }
H1.HeaderClassName
{
color: #FAA9BC;
}
.AnyTagClassName
{
color: #FAA9BC;
}
</style>
background-color css
<style>
a { background-color: #FAA9BC; }
a { background-color: rgb(250,169,188); }
div.DivClassName
{
background-color: #FAA9BC;
}
.BgClassName
{
background-color: #FAA9BC;
}
</style>
border-color css
<style>
span { border-color: #FAA9BC; }
span { border-color: rgb(250,169,188); }
td.TdClassName
{
border-color: #FAA9BC;
}
.TagClassName
{
border-color: #FAA9BC;
}
</style>