Shades of Cupid #FAA8BF
Tints of Cupid #FAA8BF
RGB
CMYK
RGB Variations
Color information
#FAA8BF (or 0xFAA8BF) is known color: Cupid. HEX triplet: FA, A8 and BF. RGB value is (250,168,191). Sum of RGB (Red+Green+Blue) = 250+168+191=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BF is #055740. Grayscale: #C3C3C3. Windows color (decimal): -350017 or 12560634. OLE color: 12560634.
HSL color Cylindrical-coordinate representation of color #FAA8BF: hue angle of 343.17º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8BF is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 191 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 343.17º | 0.89% | 0.82% | - |
| HSV(B) | 343.17º | 0.33% | 0.98% | - |
| XYZ | 62.83 | 52.09 | 56.03 | - |
| YUV | 195.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 191 | 0 | 0.33 | 0.24 | 0.02 | 343.17 | 0.89 | 0.82 |
| Hex | FA | A8 | BF | 0 | 21 | 18 | 2 | 157 | 59 | 52 |
| Octal | 372 | 250 | 277 | 0 | 41 | 30 | 2 | 527 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10111111 | 0 | 100001 | 11000 | 10 | 101010111 | 1011001 | 1010010 |
Color Harmonies of #FAA8BF
Complementary color
Monochromatic Colors of #FAA8BF
Black with #FAA8BF
Text Example
Text Example
White with #FAA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8BF; }
p { color: rgb(250,168,191); }
H1.HeaderClassName
{
color: #FAA8BF;
}
.AnyTagClassName
{
color: #FAA8BF;
}
</style>
background-color css
<style>
a { background-color: #FAA8BF; }
a { background-color: rgb(250,168,191); }
div.DivClassName
{
background-color: #FAA8BF;
}
.BgClassName
{
background-color: #FAA8BF;
}
</style>
border-color css
<style>
span { border-color: #FAA8BF; }
span { border-color: rgb(250,168,191); }
td.TdClassName
{
border-color: #FAA8BF;
}
.TagClassName
{
border-color: #FAA8BF;
}
</style>