Shades of Sundown #FDABA2
Tints of Sundown #FDABA2
RGB
CMYK
RGB Variations
Color information
#FDABA2 (or 0xFDABA2) is known color: Sundown. HEX triplet: FD, AB and A2. RGB value is (253,171,162). Sum of RGB (Red+Green+Blue) = 253+171+162=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABA2 is #02545D. Grayscale: #C2C2C2. Windows color (decimal): -152670 or 10660861. OLE color: 10660861.
HSL color Cylindrical-coordinate representation of color #FDABA2: hue angle of 5.93º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDABA2 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 162 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.01 |
| HSL | 5.93º | 0.96% | 0.81% | - |
| HSV(B) | 5.93º | 0.36% | 0.99% | - |
| XYZ | 61.59 | 52.62 | 41.09 | - |
| YUV | 194.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 162 | 0 | 0.32 | 0.36 | 0.01 | 5.93 | 0.96 | 0.81 |
| Hex | FD | AB | A2 | 0 | 20 | 24 | 1 | 6 | 60 | 51 |
| Octal | 375 | 253 | 242 | 0 | 40 | 44 | 1 | 6 | 140 | 121 |
| Binary | 11111101 | 10101011 | 10100010 | 0 | 100000 | 100100 | 1 | 110 | 1100000 | 1010001 |
Color Harmonies of #FDABA2
Complementary color
Monochromatic Colors of #FDABA2
Black with #FDABA2
Text Example
Text Example
White with #FDABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABA2; }
p { color: rgb(253,171,162); }
H1.HeaderClassName
{
color: #FDABA2;
}
.AnyTagClassName
{
color: #FDABA2;
}
</style>
background-color css
<style>
a { background-color: #FDABA2; }
a { background-color: rgb(253,171,162); }
div.DivClassName
{
background-color: #FDABA2;
}
.BgClassName
{
background-color: #FDABA2;
}
</style>
border-color css
<style>
span { border-color: #FDABA2; }
span { border-color: rgb(253,171,162); }
td.TdClassName
{
border-color: #FDABA2;
}
.TagClassName
{
border-color: #FDABA2;
}
</style>