Shades of Sundown #FDABA4
Tints of Sundown #FDABA4
RGB
CMYK
RGB Variations
Color information
#FDABA4 (or 0xFDABA4) is known color: Sundown. HEX triplet: FD, AB and A4. RGB value is (253,171,164). Sum of RGB (Red+Green+Blue) = 253+171+164=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABA4 is #02545B. Grayscale: #C2C2C2. Windows color (decimal): -152668 or 10791933. OLE color: 10791933.
HSL color Cylindrical-coordinate representation of color #FDABA4: hue angle of 4.72º 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 #FDABA4 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 164 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.01 |
| HSL | 4.72º | 0.96% | 0.82% | - |
| HSV(B) | 4.72º | 0.35% | 0.99% | - |
| XYZ | 61.77 | 52.69 | 42.04 | - |
| YUV | 194.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 164 | 0 | 0.32 | 0.35 | 0.01 | 4.72 | 0.96 | 0.82 |
| Hex | FD | AB | A4 | 0 | 20 | 23 | 1 | 5 | 60 | 52 |
| Octal | 375 | 253 | 244 | 0 | 40 | 43 | 1 | 5 | 140 | 122 |
| Binary | 11111101 | 10101011 | 10100100 | 0 | 100000 | 100011 | 1 | 101 | 1100000 | 1010010 |
Color Harmonies of #FDABA4
Complementary color
Monochromatic Colors of #FDABA4
Black with #FDABA4
Text Example
Text Example
White with #FDABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABA4; }
p { color: rgb(253,171,164); }
H1.HeaderClassName
{
color: #FDABA4;
}
.AnyTagClassName
{
color: #FDABA4;
}
</style>
background-color css
<style>
a { background-color: #FDABA4; }
a { background-color: rgb(253,171,164); }
div.DivClassName
{
background-color: #FDABA4;
}
.BgClassName
{
background-color: #FDABA4;
}
</style>
border-color css
<style>
span { border-color: #FDABA4; }
span { border-color: rgb(253,171,164); }
td.TdClassName
{
border-color: #FDABA4;
}
.TagClassName
{
border-color: #FDABA4;
}
</style>