Shades of Cupid #FAADC3
Tints of Cupid #FAADC3
RGB
CMYK
RGB Variations
Color information
#FAADC3 (or 0xFAADC3) is known color: Cupid. HEX triplet: FA, AD and C3. RGB value is (250,173,195). Sum of RGB (Red+Green+Blue) = 250+173+195=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC3 is #05523C. Grayscale: #C6C6C6. Windows color (decimal): -348733 or 12824058. OLE color: 12824058.
HSL color Cylindrical-coordinate representation of color #FAADC3: hue angle of 342.86º 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 #FAADC3 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 195 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 342.86º | 0.89% | 0.83% | - |
| HSV(B) | 342.86º | 0.31% | 0.98% | - |
| XYZ | 64.22 | 54.15 | 58.7 | - |
| YUV | 198.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 195 | 0 | 0.31 | 0.22 | 0.02 | 342.86 | 0.89 | 0.83 |
| Hex | FA | AD | C3 | 0 | 1F | 16 | 2 | 157 | 59 | 53 |
| Octal | 372 | 255 | 303 | 0 | 37 | 26 | 2 | 527 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11000011 | 0 | 11111 | 10110 | 10 | 101010111 | 1011001 | 1010011 |
Color Harmonies of #FAADC3
Complementary color
Monochromatic Colors of #FAADC3
Black with #FAADC3
Text Example
Text Example
White with #FAADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADC3; }
p { color: rgb(250,173,195); }
H1.HeaderClassName
{
color: #FAADC3;
}
.AnyTagClassName
{
color: #FAADC3;
}
</style>
background-color css
<style>
a { background-color: #FAADC3; }
a { background-color: rgb(250,173,195); }
div.DivClassName
{
background-color: #FAADC3;
}
.BgClassName
{
background-color: #FAADC3;
}
</style>
border-color css
<style>
span { border-color: #FAADC3; }
span { border-color: rgb(250,173,195); }
td.TdClassName
{
border-color: #FAADC3;
}
.TagClassName
{
border-color: #FAADC3;
}
</style>