Shades of Sundown #FAAEA2
Tints of Sundown #FAAEA2
RGB
CMYK
RGB Variations
Color information
#FAAEA2 (or 0xFAAEA2) is known color: Sundown. HEX triplet: FA, AE and A2. RGB value is (250,174,162). Sum of RGB (Red+Green+Blue) = 250+174+162=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA2 is #05515D. Grayscale: #C3C3C3. Windows color (decimal): -348510 or 10661626. OLE color: 10661626.
HSL color Cylindrical-coordinate representation of color #FAAEA2: hue angle of 8.18º 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 #FAAEA2 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 162 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.02 |
| HSL | 8.18º | 0.9% | 0.81% | - |
| HSV(B) | 8.18º | 0.35% | 0.98% | - |
| XYZ | 61.08 | 53.2 | 41.23 | - |
| YUV | 195.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 162 | 0 | 0.30 | 0.35 | 0.02 | 8.18 | 0.9 | 0.81 |
| Hex | FA | AE | A2 | 0 | 1E | 23 | 2 | 8 | 5A | 51 |
| Octal | 372 | 256 | 242 | 0 | 36 | 43 | 2 | 10 | 132 | 121 |
| Binary | 11111010 | 10101110 | 10100010 | 0 | 11110 | 100011 | 10 | 1000 | 1011010 | 1010001 |
Color Harmonies of #FAAEA2
Complementary color
Monochromatic Colors of #FAAEA2
Black with #FAAEA2
Text Example
Text Example
White with #FAAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEA2; }
p { color: rgb(250,174,162); }
H1.HeaderClassName
{
color: #FAAEA2;
}
.AnyTagClassName
{
color: #FAAEA2;
}
</style>
background-color css
<style>
a { background-color: #FAAEA2; }
a { background-color: rgb(250,174,162); }
div.DivClassName
{
background-color: #FAAEA2;
}
.BgClassName
{
background-color: #FAAEA2;
}
</style>
border-color css
<style>
span { border-color: #FAAEA2; }
span { border-color: rgb(250,174,162); }
td.TdClassName
{
border-color: #FAAEA2;
}
.TagClassName
{
border-color: #FAAEA2;
}
</style>