Shades of Cupid #FAA8BC
Tints of Cupid #FAA8BC
RGB
CMYK
RGB Variations
Color information
#FAA8BC (or 0xFAA8BC) is known color: Cupid. HEX triplet: FA, A8 and BC. RGB value is (250,168,188). Sum of RGB (Red+Green+Blue) = 250+168+188=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BC is #055743. Grayscale: #C2C2C2. Windows color (decimal): -350020 or 12364026. OLE color: 12364026.
HSL color Cylindrical-coordinate representation of color #FAA8BC: hue angle of 345.37º 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 #FAA8BC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 188 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.02 |
| HSL | 345.37º | 0.89% | 0.82% | - |
| HSV(B) | 345.37º | 0.33% | 0.98% | - |
| XYZ | 62.5 | 51.96 | 54.31 | - |
| YUV | 194.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 188 | 0 | 0.33 | 0.25 | 0.02 | 345.37 | 0.89 | 0.82 |
| Hex | FA | A8 | BC | 0 | 21 | 19 | 2 | 159 | 59 | 52 |
| Octal | 372 | 250 | 274 | 0 | 41 | 31 | 2 | 531 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10111100 | 0 | 100001 | 11001 | 10 | 101011001 | 1011001 | 1010010 |
Color Harmonies of #FAA8BC
Complementary color
Monochromatic Colors of #FAA8BC
Black with #FAA8BC
Text Example
Text Example
White with #FAA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8BC; }
p { color: rgb(250,168,188); }
H1.HeaderClassName
{
color: #FAA8BC;
}
.AnyTagClassName
{
color: #FAA8BC;
}
</style>
background-color css
<style>
a { background-color: #FAA8BC; }
a { background-color: rgb(250,168,188); }
div.DivClassName
{
background-color: #FAA8BC;
}
.BgClassName
{
background-color: #FAA8BC;
}
</style>
border-color css
<style>
span { border-color: #FAA8BC; }
span { border-color: rgb(250,168,188); }
td.TdClassName
{
border-color: #FAA8BC;
}
.TagClassName
{
border-color: #FAA8BC;
}
</style>