Shades of Cupid #FAADC4
Tints of Cupid #FAADC4
RGB
CMYK
RGB Variations
Color information
#FAADC4 (or 0xFAADC4) is known color: Cupid. HEX triplet: FA, AD and C4. RGB value is (250,173,196). Sum of RGB (Red+Green+Blue) = 250+173+196=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC4 is #05523B. Grayscale: #C6C6C6. Windows color (decimal): -348732 or 12889594. OLE color: 12889594.
HSL color Cylindrical-coordinate representation of color #FAADC4: hue angle of 342.08º 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 #FAADC4 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 196 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 342.08º | 0.89% | 0.83% | - |
| HSV(B) | 342.08º | 0.31% | 0.98% | - |
| XYZ | 64.33 | 54.2 | 59.29 | - |
| YUV | 198.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 196 | 0 | 0.31 | 0.22 | 0.02 | 342.08 | 0.89 | 0.83 |
| Hex | FA | AD | C4 | 0 | 1F | 16 | 2 | 156 | 59 | 53 |
| Octal | 372 | 255 | 304 | 0 | 37 | 26 | 2 | 526 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11000100 | 0 | 11111 | 10110 | 10 | 101010110 | 1011001 | 1010011 |
Color Harmonies of #FAADC4
Complementary color
Monochromatic Colors of #FAADC4
Black with #FAADC4
Text Example
Text Example
White with #FAADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADC4; }
p { color: rgb(250,173,196); }
H1.HeaderClassName
{
color: #FAADC4;
}
.AnyTagClassName
{
color: #FAADC4;
}
</style>
background-color css
<style>
a { background-color: #FAADC4; }
a { background-color: rgb(250,173,196); }
div.DivClassName
{
background-color: #FAADC4;
}
.BgClassName
{
background-color: #FAADC4;
}
</style>
border-color css
<style>
span { border-color: #FAADC4; }
span { border-color: rgb(250,173,196); }
td.TdClassName
{
border-color: #FAADC4;
}
.TagClassName
{
border-color: #FAADC4;
}
</style>