Shades of Cupid #FAAFC0
Tints of Cupid #FAAFC0
RGB
CMYK
RGB Variations
Color information
#FAAFC0 (or 0xFAAFC0) is known color: Cupid. HEX triplet: FA, AF and C0. RGB value is (250,175,192). Sum of RGB (Red+Green+Blue) = 250+175+192=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFC0 is #05503F. Grayscale: #C7C7C7. Windows color (decimal): -348224 or 12627962. OLE color: 12627962.
HSL color Cylindrical-coordinate representation of color #FAAFC0: hue angle of 346.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 #FAAFC0 is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 192 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.02 |
| HSL | 346.4º | 0.88% | 0.83% | - |
| HSV(B) | 346.4º | 0.3% | 0.98% | - |
| XYZ | 64.27 | 54.79 | 57.06 | - |
| YUV | 199.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 192 | 0 | 0.3 | 0.23 | 0.02 | 346.4 | 0.88 | 0.83 |
| Hex | FA | AF | C0 | 0 | 1E | 17 | 2 | 15A | 58 | 53 |
| Octal | 372 | 257 | 300 | 0 | 36 | 27 | 2 | 532 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11000000 | 0 | 11110 | 10111 | 10 | 101011010 | 1011000 | 1010011 |
Color Harmonies of #FAAFC0
Complementary color
Monochromatic Colors of #FAAFC0
Black with #FAAFC0
Text Example
Text Example
White with #FAAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFC0; }
p { color: rgb(250,175,192); }
H1.HeaderClassName
{
color: #FAAFC0;
}
.AnyTagClassName
{
color: #FAAFC0;
}
</style>
background-color css
<style>
a { background-color: #FAAFC0; }
a { background-color: rgb(250,175,192); }
div.DivClassName
{
background-color: #FAAFC0;
}
.BgClassName
{
background-color: #FAAFC0;
}
</style>
border-color css
<style>
span { border-color: #FAAFC0; }
span { border-color: rgb(250,175,192); }
td.TdClassName
{
border-color: #FAAFC0;
}
.TagClassName
{
border-color: #FAAFC0;
}
</style>