Shades of Sundown #FDABA5
Tints of Sundown #FDABA5
RGB
CMYK
RGB Variations
Color information
#FDABA5 (or 0xFDABA5) is known color: Sundown. HEX triplet: FD, AB and A5. RGB value is (253,171,165). Sum of RGB (Red+Green+Blue) = 253+171+165=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABA5 is #02545A. Grayscale: #C2C2C2. Windows color (decimal): -152667 or 10857469. OLE color: 10857469.
HSL color Cylindrical-coordinate representation of color #FDABA5: hue angle of 4.09º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDABA5 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 165 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.01 |
| HSL | 4.09º | 0.96% | 0.82% | - |
| HSV(B) | 4.09º | 0.35% | 0.99% | - |
| XYZ | 61.86 | 52.73 | 42.51 | - |
| YUV | 194.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 165 | 0 | 0.32 | 0.35 | 0.01 | 4.09 | 0.96 | 0.82 |
| Hex | FD | AB | A5 | 0 | 20 | 23 | 1 | 4 | 60 | 52 |
| Octal | 375 | 253 | 245 | 0 | 40 | 43 | 1 | 4 | 140 | 122 |
| Binary | 11111101 | 10101011 | 10100101 | 0 | 100000 | 100011 | 1 | 100 | 1100000 | 1010010 |
Color Harmonies of #FDABA5
Complementary color
Monochromatic Colors of #FDABA5
Black with #FDABA5
Text Example
Text Example
White with #FDABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABA5; }
p { color: rgb(253,171,165); }
H1.HeaderClassName
{
color: #FDABA5;
}
.AnyTagClassName
{
color: #FDABA5;
}
</style>
background-color css
<style>
a { background-color: #FDABA5; }
a { background-color: rgb(253,171,165); }
div.DivClassName
{
background-color: #FDABA5;
}
.BgClassName
{
background-color: #FDABA5;
}
</style>
border-color css
<style>
span { border-color: #FDABA5; }
span { border-color: rgb(253,171,165); }
td.TdClassName
{
border-color: #FDABA5;
}
.TagClassName
{
border-color: #FDABA5;
}
</style>