Shades of Cupid #FAAFC5
Tints of Cupid #FAAFC5
RGB
CMYK
RGB Variations
Color information
#FAAFC5 (or 0xFAAFC5) is known color: Cupid. HEX triplet: FA, AF and C5. RGB value is (250,175,197). Sum of RGB (Red+Green+Blue) = 250+175+197=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFC5 is #05503A. Grayscale: #C7C7C7. Windows color (decimal): -348219 or 12955642. OLE color: 12955642.
HSL color Cylindrical-coordinate representation of color #FAAFC5: hue angle of 342.4º 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 #FAAFC5 is Cyan = 0, Magento = 0.3, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 197 | - |
| CMYK | 0 | 0.3 | 0.21 | 0.02 |
| HSL | 342.4º | 0.88% | 0.83% | - |
| HSV(B) | 342.4º | 0.3% | 0.98% | - |
| XYZ | 64.83 | 55.02 | 60.03 | - |
| YUV | 199.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 197 | 0 | 0.3 | 0.21 | 0.02 | 342.4 | 0.88 | 0.83 |
| Hex | FA | AF | C5 | 0 | 1E | 15 | 2 | 156 | 58 | 53 |
| Octal | 372 | 257 | 305 | 0 | 36 | 25 | 2 | 526 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11000101 | 0 | 11110 | 10101 | 10 | 101010110 | 1011000 | 1010011 |
Color Harmonies of #FAAFC5
Complementary color
Monochromatic Colors of #FAAFC5
Black with #FAAFC5
Text Example
Text Example
White with #FAAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFC5; }
p { color: rgb(250,175,197); }
H1.HeaderClassName
{
color: #FAAFC5;
}
.AnyTagClassName
{
color: #FAAFC5;
}
</style>
background-color css
<style>
a { background-color: #FAAFC5; }
a { background-color: rgb(250,175,197); }
div.DivClassName
{
background-color: #FAAFC5;
}
.BgClassName
{
background-color: #FAAFC5;
}
</style>
border-color css
<style>
span { border-color: #FAAFC5; }
span { border-color: rgb(250,175,197); }
td.TdClassName
{
border-color: #FAAFC5;
}
.TagClassName
{
border-color: #FAAFC5;
}
</style>