Shades of Cupid #FAA8C1
Tints of Cupid #FAA8C1
RGB
CMYK
RGB Variations
Color information
#FAA8C1 (or 0xFAA8C1) is known color: Cupid. HEX triplet: FA, A8 and C1. RGB value is (250,168,193). Sum of RGB (Red+Green+Blue) = 250+168+193=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C1 is #05573E. Grayscale: #C3C3C3. Windows color (decimal): -350015 or 12691706. OLE color: 12691706.
HSL color Cylindrical-coordinate representation of color #FAA8C1: hue angle of 341.71º 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 #FAA8C1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 193 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.02 |
| HSL | 341.71º | 0.89% | 0.82% | - |
| HSV(B) | 341.71º | 0.33% | 0.98% | - |
| XYZ | 63.05 | 52.18 | 57.2 | - |
| YUV | 195.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 193 | 0 | 0.33 | 0.23 | 0.02 | 341.71 | 0.89 | 0.82 |
| Hex | FA | A8 | C1 | 0 | 21 | 17 | 2 | 156 | 59 | 52 |
| Octal | 372 | 250 | 301 | 0 | 41 | 27 | 2 | 526 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11000001 | 0 | 100001 | 10111 | 10 | 101010110 | 1011001 | 1010010 |
Color Harmonies of #FAA8C1
Complementary color
Monochromatic Colors of #FAA8C1
Black with #FAA8C1
Text Example
Text Example
White with #FAA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8C1; }
p { color: rgb(250,168,193); }
H1.HeaderClassName
{
color: #FAA8C1;
}
.AnyTagClassName
{
color: #FAA8C1;
}
</style>
background-color css
<style>
a { background-color: #FAA8C1; }
a { background-color: rgb(250,168,193); }
div.DivClassName
{
background-color: #FAA8C1;
}
.BgClassName
{
background-color: #FAA8C1;
}
</style>
border-color css
<style>
span { border-color: #FAA8C1; }
span { border-color: rgb(250,168,193); }
td.TdClassName
{
border-color: #FAA8C1;
}
.TagClassName
{
border-color: #FAA8C1;
}
</style>