Shades of Cupid #FAAFC8
Tints of Cupid #FAAFC8
RGB
CMYK
RGB Variations
Color information
#FAAFC8 (or 0xFAAFC8) is known color: Cupid. HEX triplet: FA, AF and C8. RGB value is (250,175,200). Sum of RGB (Red+Green+Blue) = 250+175+200=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFC8 is #055037. Grayscale: #C8C8C8. Windows color (decimal): -348216 or 13152250. OLE color: 13152250.
HSL color Cylindrical-coordinate representation of color #FAAFC8: hue angle of 340º 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 #FAAFC8 is Cyan = 0, Magento = 0.3, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 200 | - |
| CMYK | 0 | 0.3 | 0.2 | 0.02 |
| HSL | 340º | 0.88% | 0.83% | - |
| HSV(B) | 340º | 0.3% | 0.98% | - |
| XYZ | 65.18 | 55.15 | 61.85 | - |
| YUV | 200.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 200 | 0 | 0.3 | 0.2 | 0.02 | 340 | 0.88 | 0.83 |
| Hex | FA | AF | C8 | 0 | 1E | 14 | 2 | 154 | 58 | 53 |
| Octal | 372 | 257 | 310 | 0 | 36 | 24 | 2 | 524 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11001000 | 0 | 11110 | 10100 | 10 | 101010100 | 1011000 | 1010011 |
Color Harmonies of #FAAFC8
Complementary color
Monochromatic Colors of #FAAFC8
Black with #FAAFC8
Text Example
Text Example
White with #FAAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFC8; }
p { color: rgb(250,175,200); }
H1.HeaderClassName
{
color: #FAAFC8;
}
.AnyTagClassName
{
color: #FAAFC8;
}
</style>
background-color css
<style>
a { background-color: #FAAFC8; }
a { background-color: rgb(250,175,200); }
div.DivClassName
{
background-color: #FAAFC8;
}
.BgClassName
{
background-color: #FAAFC8;
}
</style>
border-color css
<style>
span { border-color: #FAAFC8; }
span { border-color: rgb(250,175,200); }
td.TdClassName
{
border-color: #FAAFC8;
}
.TagClassName
{
border-color: #FAAFC8;
}
</style>