Shades of Cupid #FAAFC7
Tints of Cupid #FAAFC7
RGB
CMYK
RGB Variations
Color information
#FAAFC7 (or 0xFAAFC7) is known color: Cupid. HEX triplet: FA, AF and C7. RGB value is (250,175,199). Sum of RGB (Red+Green+Blue) = 250+175+199=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFC7 is #055038. Grayscale: #C8C8C8. Windows color (decimal): -348217 or 13086714. OLE color: 13086714.
HSL color Cylindrical-coordinate representation of color #FAAFC7: hue angle of 340.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFC7 is Cyan = 0, Magento = 0.3, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 199 | - |
| CMYK | 0 | 0.3 | 0.20 | 0.02 |
| HSL | 340.8º | 0.88% | 0.83% | - |
| HSV(B) | 340.8º | 0.3% | 0.98% | - |
| XYZ | 65.06 | 55.11 | 61.24 | - |
| YUV | 200.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 199 | 0 | 0.3 | 0.20 | 0.02 | 340.8 | 0.88 | 0.83 |
| Hex | FA | AF | C7 | 0 | 1E | 14 | 2 | 155 | 58 | 53 |
| Octal | 372 | 257 | 307 | 0 | 36 | 24 | 2 | 525 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11000111 | 0 | 11110 | 10100 | 10 | 101010101 | 1011000 | 1010011 |
Color Harmonies of #FAAFC7
Complementary color
Monochromatic Colors of #FAAFC7
Black with #FAAFC7
Text Example
Text Example
White with #FAAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFC7; }
p { color: rgb(250,175,199); }
H1.HeaderClassName
{
color: #FAAFC7;
}
.AnyTagClassName
{
color: #FAAFC7;
}
</style>
background-color css
<style>
a { background-color: #FAAFC7; }
a { background-color: rgb(250,175,199); }
div.DivClassName
{
background-color: #FAAFC7;
}
.BgClassName
{
background-color: #FAAFC7;
}
</style>
border-color css
<style>
span { border-color: #FAAFC7; }
span { border-color: rgb(250,175,199); }
td.TdClassName
{
border-color: #FAAFC7;
}
.TagClassName
{
border-color: #FAAFC7;
}
</style>