Shades of Cupid #FAA8BD
Tints of Cupid #FAA8BD
RGB
CMYK
RGB Variations
Color information
#FAA8BD (or 0xFAA8BD) is known color: Cupid. HEX triplet: FA, A8 and BD. RGB value is (250,168,189). Sum of RGB (Red+Green+Blue) = 250+168+189=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BD is #055742. Grayscale: #C2C2C2. Windows color (decimal): -350019 or 12429562. OLE color: 12429562.
HSL color Cylindrical-coordinate representation of color #FAA8BD: hue angle of 344.63º 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 #FAA8BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 189 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 344.63º | 0.89% | 0.82% | - |
| HSV(B) | 344.63º | 0.33% | 0.98% | - |
| XYZ | 62.61 | 52 | 54.88 | - |
| YUV | 194.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 189 | 0 | 0.33 | 0.24 | 0.02 | 344.63 | 0.89 | 0.82 |
| Hex | FA | A8 | BD | 0 | 21 | 18 | 2 | 159 | 59 | 52 |
| Octal | 372 | 250 | 275 | 0 | 41 | 30 | 2 | 531 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10111101 | 0 | 100001 | 11000 | 10 | 101011001 | 1011001 | 1010010 |
Color Harmonies of #FAA8BD
Complementary color
Monochromatic Colors of #FAA8BD
Black with #FAA8BD
Text Example
Text Example
White with #FAA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8BD; }
p { color: rgb(250,168,189); }
H1.HeaderClassName
{
color: #FAA8BD;
}
.AnyTagClassName
{
color: #FAA8BD;
}
</style>
background-color css
<style>
a { background-color: #FAA8BD; }
a { background-color: rgb(250,168,189); }
div.DivClassName
{
background-color: #FAA8BD;
}
.BgClassName
{
background-color: #FAA8BD;
}
</style>
border-color css
<style>
span { border-color: #FAA8BD; }
span { border-color: rgb(250,168,189); }
td.TdClassName
{
border-color: #FAA8BD;
}
.TagClassName
{
border-color: #FAA8BD;
}
</style>