Shades of Cupid #FAA7BC
Tints of Cupid #FAA7BC
RGB
CMYK
RGB Variations
Color information
#FAA7BC (or 0xFAA7BC) is known color: Cupid. HEX triplet: FA, A7 and BC. RGB value is (250,167,188). Sum of RGB (Red+Green+Blue) = 250+167+188=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7BC is #055843. Grayscale: #C2C2C2. Windows color (decimal): -350276 or 12363770. OLE color: 12363770.
HSL color Cylindrical-coordinate representation of color #FAA7BC: hue angle of 344.82º 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 #FAA7BC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 188 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.02 |
| HSL | 344.82º | 0.89% | 0.82% | - |
| HSV(B) | 344.82º | 0.33% | 0.98% | - |
| XYZ | 62.32 | 51.59 | 54.25 | - |
| YUV | 194.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 188 | 0 | 0.33 | 0.25 | 0.02 | 344.82 | 0.89 | 0.82 |
| Hex | FA | A7 | BC | 0 | 21 | 19 | 2 | 159 | 59 | 52 |
| Octal | 372 | 247 | 274 | 0 | 41 | 31 | 2 | 531 | 131 | 122 |
| Binary | 11111010 | 10100111 | 10111100 | 0 | 100001 | 11001 | 10 | 101011001 | 1011001 | 1010010 |
Color Harmonies of #FAA7BC
Complementary color
Monochromatic Colors of #FAA7BC
Black with #FAA7BC
Text Example
Text Example
White with #FAA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7BC; }
p { color: rgb(250,167,188); }
H1.HeaderClassName
{
color: #FAA7BC;
}
.AnyTagClassName
{
color: #FAA7BC;
}
</style>
background-color css
<style>
a { background-color: #FAA7BC; }
a { background-color: rgb(250,167,188); }
div.DivClassName
{
background-color: #FAA7BC;
}
.BgClassName
{
background-color: #FAA7BC;
}
</style>
border-color css
<style>
span { border-color: #FAA7BC; }
span { border-color: rgb(250,167,188); }
td.TdClassName
{
border-color: #FAA7BC;
}
.TagClassName
{
border-color: #FAA7BC;
}
</style>