Shades of Cupid #FAA9BD
Tints of Cupid #FAA9BD
RGB
CMYK
RGB Variations
Color information
#FAA9BD (or 0xFAA9BD) is known color: Cupid. HEX triplet: FA, A9 and BD. RGB value is (250,169,189). Sum of RGB (Red+Green+Blue) = 250+169+189=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9BD is #055642. Grayscale: #C3C3C3. Windows color (decimal): -349763 or 12429818. OLE color: 12429818.
HSL color Cylindrical-coordinate representation of color #FAA9BD: hue angle of 345.19º 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 #FAA9BD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 189 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345.19º | 0.89% | 0.82% | - |
| HSV(B) | 345.19º | 0.32% | 0.98% | - |
| XYZ | 62.8 | 52.37 | 54.94 | - |
| YUV | 195.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 189 | 0 | 0.32 | 0.24 | 0.02 | 345.19 | 0.89 | 0.82 |
| Hex | FA | A9 | BD | 0 | 20 | 18 | 2 | 159 | 59 | 52 |
| Octal | 372 | 251 | 275 | 0 | 40 | 30 | 2 | 531 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10111101 | 0 | 100000 | 11000 | 10 | 101011001 | 1011001 | 1010010 |
Color Harmonies of #FAA9BD
Complementary color
Monochromatic Colors of #FAA9BD
Black with #FAA9BD
Text Example
Text Example
White with #FAA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9BD; }
p { color: rgb(250,169,189); }
H1.HeaderClassName
{
color: #FAA9BD;
}
.AnyTagClassName
{
color: #FAA9BD;
}
</style>
background-color css
<style>
a { background-color: #FAA9BD; }
a { background-color: rgb(250,169,189); }
div.DivClassName
{
background-color: #FAA9BD;
}
.BgClassName
{
background-color: #FAA9BD;
}
</style>
border-color css
<style>
span { border-color: #FAA9BD; }
span { border-color: rgb(250,169,189); }
td.TdClassName
{
border-color: #FAA9BD;
}
.TagClassName
{
border-color: #FAA9BD;
}
</style>