Shades of Cupid #FAA8BE
Tints of Cupid #FAA8BE
RGB
CMYK
RGB Variations
Color information
#FAA8BE (or 0xFAA8BE) is known color: Cupid. HEX triplet: FA, A8 and BE. RGB value is (250,168,190). Sum of RGB (Red+Green+Blue) = 250+168+190=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BE is #055741. Grayscale: #C3C3C3. Windows color (decimal): -350018 or 12495098. OLE color: 12495098.
HSL color Cylindrical-coordinate representation of color #FAA8BE: hue angle of 343.9º 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 #FAA8BE is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 190 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 343.9º | 0.89% | 0.82% | - |
| HSV(B) | 343.9º | 0.33% | 0.98% | - |
| XYZ | 62.72 | 52.05 | 55.46 | - |
| YUV | 195.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 190 | 0 | 0.33 | 0.24 | 0.02 | 343.9 | 0.89 | 0.82 |
| Hex | FA | A8 | BE | 0 | 21 | 18 | 2 | 158 | 59 | 52 |
| Octal | 372 | 250 | 276 | 0 | 41 | 30 | 2 | 530 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10111110 | 0 | 100001 | 11000 | 10 | 101011000 | 1011001 | 1010010 |
Color Harmonies of #FAA8BE
Complementary color
Monochromatic Colors of #FAA8BE
Black with #FAA8BE
Text Example
Text Example
White with #FAA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8BE; }
p { color: rgb(250,168,190); }
H1.HeaderClassName
{
color: #FAA8BE;
}
.AnyTagClassName
{
color: #FAA8BE;
}
</style>
background-color css
<style>
a { background-color: #FAA8BE; }
a { background-color: rgb(250,168,190); }
div.DivClassName
{
background-color: #FAA8BE;
}
.BgClassName
{
background-color: #FAA8BE;
}
</style>
border-color css
<style>
span { border-color: #FAA8BE; }
span { border-color: rgb(250,168,190); }
td.TdClassName
{
border-color: #FAA8BE;
}
.TagClassName
{
border-color: #FAA8BE;
}
</style>