Shades of Sundown #FAAEA3
Tints of Sundown #FAAEA3
RGB
CMYK
RGB Variations
Color information
#FAAEA3 (or 0xFAAEA3) is known color: Sundown. HEX triplet: FA, AE and A3. RGB value is (250,174,163). Sum of RGB (Red+Green+Blue) = 250+174+163=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA3 is #05515C. Grayscale: #C3C3C3. Windows color (decimal): -348509 or 10727162. OLE color: 10727162.
HSL color Cylindrical-coordinate representation of color #FAAEA3: hue angle of 7.59º 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 #FAAEA3 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 163 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.02 |
| HSL | 7.59º | 0.9% | 0.81% | - |
| HSV(B) | 7.59º | 0.35% | 0.98% | - |
| XYZ | 61.17 | 53.24 | 41.7 | - |
| YUV | 195.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 163 | 0 | 0.30 | 0.35 | 0.02 | 7.59 | 0.9 | 0.81 |
| Hex | FA | AE | A3 | 0 | 1E | 23 | 2 | 8 | 5A | 51 |
| Octal | 372 | 256 | 243 | 0 | 36 | 43 | 2 | 10 | 132 | 121 |
| Binary | 11111010 | 10101110 | 10100011 | 0 | 11110 | 100011 | 10 | 1000 | 1011010 | 1010001 |
Color Harmonies of #FAAEA3
Complementary color
Monochromatic Colors of #FAAEA3
Black with #FAAEA3
Text Example
Text Example
White with #FAAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEA3; }
p { color: rgb(250,174,163); }
H1.HeaderClassName
{
color: #FAAEA3;
}
.AnyTagClassName
{
color: #FAAEA3;
}
</style>
background-color css
<style>
a { background-color: #FAAEA3; }
a { background-color: rgb(250,174,163); }
div.DivClassName
{
background-color: #FAAEA3;
}
.BgClassName
{
background-color: #FAAEA3;
}
</style>
border-color css
<style>
span { border-color: #FAAEA3; }
span { border-color: rgb(250,174,163); }
td.TdClassName
{
border-color: #FAAEA3;
}
.TagClassName
{
border-color: #FAAEA3;
}
</style>