Shades of Sundown #FAADA3
Tints of Sundown #FAADA3
RGB
CMYK
RGB Variations
Color information
#FAADA3 (or 0xFAADA3) is known color: Sundown. HEX triplet: FA, AD and A3. RGB value is (250,173,163). Sum of RGB (Red+Green+Blue) = 250+173+163=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADA3 is #05525C. Grayscale: #C3C3C3. Windows color (decimal): -348765 or 10726906. OLE color: 10726906.
HSL color Cylindrical-coordinate representation of color #FAADA3: hue angle of 6.9º 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 #FAADA3 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 163 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.02 |
| HSL | 6.9º | 0.9% | 0.81% | - |
| HSV(B) | 6.9º | 0.35% | 0.98% | - |
| XYZ | 60.98 | 52.86 | 41.64 | - |
| YUV | 194.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 163 | 0 | 0.31 | 0.35 | 0.02 | 6.9 | 0.9 | 0.81 |
| Hex | FA | AD | A3 | 0 | 1F | 23 | 2 | 7 | 5A | 51 |
| Octal | 372 | 255 | 243 | 0 | 37 | 43 | 2 | 7 | 132 | 121 |
| Binary | 11111010 | 10101101 | 10100011 | 0 | 11111 | 100011 | 10 | 111 | 1011010 | 1010001 |
Color Harmonies of #FAADA3
Complementary color
Monochromatic Colors of #FAADA3
Black with #FAADA3
Text Example
Text Example
White with #FAADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADA3; }
p { color: rgb(250,173,163); }
H1.HeaderClassName
{
color: #FAADA3;
}
.AnyTagClassName
{
color: #FAADA3;
}
</style>
background-color css
<style>
a { background-color: #FAADA3; }
a { background-color: rgb(250,173,163); }
div.DivClassName
{
background-color: #FAADA3;
}
.BgClassName
{
background-color: #FAADA3;
}
</style>
border-color css
<style>
span { border-color: #FAADA3; }
span { border-color: rgb(250,173,163); }
td.TdClassName
{
border-color: #FAADA3;
}
.TagClassName
{
border-color: #FAADA3;
}
</style>