Shades of Cupid #FAADC0
Tints of Cupid #FAADC0
RGB
CMYK
RGB Variations
Color information
#FAADC0 (or 0xFAADC0) is known color: Cupid. HEX triplet: FA, AD and C0. RGB value is (250,173,192). Sum of RGB (Red+Green+Blue) = 250+173+192=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC0 is #05523F. Grayscale: #C6C6C6. Windows color (decimal): -348736 or 12627450. OLE color: 12627450.
HSL color Cylindrical-coordinate representation of color #FAADC0: hue angle of 345.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADC0 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 192 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.02 |
| HSL | 345.19º | 0.89% | 0.83% | - |
| HSV(B) | 345.19º | 0.31% | 0.98% | - |
| XYZ | 63.88 | 54.02 | 56.93 | - |
| YUV | 198.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 192 | 0 | 0.31 | 0.23 | 0.02 | 345.19 | 0.89 | 0.83 |
| Hex | FA | AD | C0 | 0 | 1F | 17 | 2 | 159 | 59 | 53 |
| Octal | 372 | 255 | 300 | 0 | 37 | 27 | 2 | 531 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11000000 | 0 | 11111 | 10111 | 10 | 101011001 | 1011001 | 1010011 |
Color Harmonies of #FAADC0
Complementary color
Monochromatic Colors of #FAADC0
Black with #FAADC0
Text Example
Text Example
White with #FAADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADC0; }
p { color: rgb(250,173,192); }
H1.HeaderClassName
{
color: #FAADC0;
}
.AnyTagClassName
{
color: #FAADC0;
}
</style>
background-color css
<style>
a { background-color: #FAADC0; }
a { background-color: rgb(250,173,192); }
div.DivClassName
{
background-color: #FAADC0;
}
.BgClassName
{
background-color: #FAADC0;
}
</style>
border-color css
<style>
span { border-color: #FAADC0; }
span { border-color: rgb(250,173,192); }
td.TdClassName
{
border-color: #FAADC0;
}
.TagClassName
{
border-color: #FAADC0;
}
</style>