Shades of Cupid #FAA7BD
Tints of Cupid #FAA7BD
RGB
CMYK
RGB Variations
Color information
#FAA7BD (or 0xFAA7BD) is known color: Cupid. HEX triplet: FA, A7 and BD. RGB value is (250,167,189). Sum of RGB (Red+Green+Blue) = 250+167+189=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7BD is #055842. Grayscale: #C2C2C2. Windows color (decimal): -350275 or 12429306. OLE color: 12429306.
HSL color Cylindrical-coordinate representation of color #FAA7BD: hue angle of 344.1º 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 #FAA7BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 189 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 344.1º | 0.89% | 0.82% | - |
| HSV(B) | 344.1º | 0.33% | 0.98% | - |
| XYZ | 62.43 | 51.64 | 54.82 | - |
| YUV | 194.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 189 | 0 | 0.33 | 0.24 | 0.02 | 344.1 | 0.89 | 0.82 |
| Hex | FA | A7 | BD | 0 | 21 | 18 | 2 | 158 | 59 | 52 |
| Octal | 372 | 247 | 275 | 0 | 41 | 30 | 2 | 530 | 131 | 122 |
| Binary | 11111010 | 10100111 | 10111101 | 0 | 100001 | 11000 | 10 | 101011000 | 1011001 | 1010010 |
Color Harmonies of #FAA7BD
Complementary color
Monochromatic Colors of #FAA7BD
Black with #FAA7BD
Text Example
Text Example
White with #FAA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7BD; }
p { color: rgb(250,167,189); }
H1.HeaderClassName
{
color: #FAA7BD;
}
.AnyTagClassName
{
color: #FAA7BD;
}
</style>
background-color css
<style>
a { background-color: #FAA7BD; }
a { background-color: rgb(250,167,189); }
div.DivClassName
{
background-color: #FAA7BD;
}
.BgClassName
{
background-color: #FAA7BD;
}
</style>
border-color css
<style>
span { border-color: #FAA7BD; }
span { border-color: rgb(250,167,189); }
td.TdClassName
{
border-color: #FAA7BD;
}
.TagClassName
{
border-color: #FAA7BD;
}
</style>