Shades of Cupid #FAA6BC
Tints of Cupid #FAA6BC
RGB
CMYK
RGB Variations
Color information
#FAA6BC (or 0xFAA6BC) is known color: Cupid. HEX triplet: FA, A6 and BC. RGB value is (250,166,188). Sum of RGB (Red+Green+Blue) = 250+166+188=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6BC is #055943. Grayscale: #C1C1C1. Windows color (decimal): -350532 or 12363514. OLE color: 12363514.
HSL color Cylindrical-coordinate representation of color #FAA6BC: hue angle of 344.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6BC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 188 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.02 |
| HSL | 344.29º | 0.89% | 0.82% | - |
| HSV(B) | 344.29º | 0.34% | 0.98% | - |
| XYZ | 62.14 | 51.23 | 54.19 | - |
| YUV | 193.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 188 | 0 | 0.34 | 0.25 | 0.02 | 344.29 | 0.89 | 0.82 |
| Hex | FA | A6 | BC | 0 | 22 | 19 | 2 | 158 | 59 | 52 |
| Octal | 372 | 246 | 274 | 0 | 42 | 31 | 2 | 530 | 131 | 122 |
| Binary | 11111010 | 10100110 | 10111100 | 0 | 100010 | 11001 | 10 | 101011000 | 1011001 | 1010010 |
Color Harmonies of #FAA6BC
Complementary color
Monochromatic Colors of #FAA6BC
Black with #FAA6BC
Text Example
Text Example
White with #FAA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6BC; }
p { color: rgb(250,166,188); }
H1.HeaderClassName
{
color: #FAA6BC;
}
.AnyTagClassName
{
color: #FAA6BC;
}
</style>
background-color css
<style>
a { background-color: #FAA6BC; }
a { background-color: rgb(250,166,188); }
div.DivClassName
{
background-color: #FAA6BC;
}
.BgClassName
{
background-color: #FAA6BC;
}
</style>
border-color css
<style>
span { border-color: #FAA6BC; }
span { border-color: rgb(250,166,188); }
td.TdClassName
{
border-color: #FAA6BC;
}
.TagClassName
{
border-color: #FAA6BC;
}
</style>