Shades of Sundown #FAADA2
Tints of Sundown #FAADA2
RGB
CMYK
RGB Variations
Color information
#FAADA2 (or 0xFAADA2) is known color: Sundown. HEX triplet: FA, AD and A2. RGB value is (250,173,162). Sum of RGB (Red+Green+Blue) = 250+173+162=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADA2 is #05525D. Grayscale: #C2C2C2. Windows color (decimal): -348766 or 10661370. OLE color: 10661370.
HSL color Cylindrical-coordinate representation of color #FAADA2: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAADA2 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 162 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.02 |
| HSL | 7.5º | 0.9% | 0.81% | - |
| HSV(B) | 7.5º | 0.35% | 0.98% | - |
| XYZ | 60.89 | 52.82 | 41.17 | - |
| YUV | 194.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 162 | 0 | 0.31 | 0.35 | 0.02 | 7.5 | 0.9 | 0.81 |
| Hex | FA | AD | A2 | 0 | 1F | 23 | 2 | 8 | 5A | 51 |
| Octal | 372 | 255 | 242 | 0 | 37 | 43 | 2 | 10 | 132 | 121 |
| Binary | 11111010 | 10101101 | 10100010 | 0 | 11111 | 100011 | 10 | 1000 | 1011010 | 1010001 |
Color Harmonies of #FAADA2
Complementary color
Monochromatic Colors of #FAADA2
Black with #FAADA2
Text Example
Text Example
White with #FAADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADA2; }
p { color: rgb(250,173,162); }
H1.HeaderClassName
{
color: #FAADA2;
}
.AnyTagClassName
{
color: #FAADA2;
}
</style>
background-color css
<style>
a { background-color: #FAADA2; }
a { background-color: rgb(250,173,162); }
div.DivClassName
{
background-color: #FAADA2;
}
.BgClassName
{
background-color: #FAADA2;
}
</style>
border-color css
<style>
span { border-color: #FAADA2; }
span { border-color: rgb(250,173,162); }
td.TdClassName
{
border-color: #FAADA2;
}
.TagClassName
{
border-color: #FAADA2;
}
</style>