Shades of Cupid #FAADC1
Tints of Cupid #FAADC1
RGB
CMYK
RGB Variations
Color information
#FAADC1 (or 0xFAADC1) is known color: Cupid. HEX triplet: FA, AD and C1. RGB value is (250,173,193). Sum of RGB (Red+Green+Blue) = 250+173+193=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC1 is #05523E. Grayscale: #C6C6C6. Windows color (decimal): -348735 or 12692986. OLE color: 12692986.
HSL color Cylindrical-coordinate representation of color #FAADC1: hue angle of 344.42º 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 #FAADC1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 193 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.02 |
| HSL | 344.42º | 0.89% | 0.83% | - |
| HSV(B) | 344.42º | 0.31% | 0.98% | - |
| XYZ | 63.99 | 54.06 | 57.51 | - |
| YUV | 198.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 193 | 0 | 0.31 | 0.23 | 0.02 | 344.42 | 0.89 | 0.83 |
| Hex | FA | AD | C1 | 0 | 1F | 17 | 2 | 158 | 59 | 53 |
| Octal | 372 | 255 | 301 | 0 | 37 | 27 | 2 | 530 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11000001 | 0 | 11111 | 10111 | 10 | 101011000 | 1011001 | 1010011 |
Color Harmonies of #FAADC1
Complementary color
Monochromatic Colors of #FAADC1
Black with #FAADC1
Text Example
Text Example
White with #FAADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADC1; }
p { color: rgb(250,173,193); }
H1.HeaderClassName
{
color: #FAADC1;
}
.AnyTagClassName
{
color: #FAADC1;
}
</style>
background-color css
<style>
a { background-color: #FAADC1; }
a { background-color: rgb(250,173,193); }
div.DivClassName
{
background-color: #FAADC1;
}
.BgClassName
{
background-color: #FAADC1;
}
</style>
border-color css
<style>
span { border-color: #FAADC1; }
span { border-color: rgb(250,173,193); }
td.TdClassName
{
border-color: #FAADC1;
}
.TagClassName
{
border-color: #FAADC1;
}
</style>