Shades of Sundown #FDACAB
Tints of Sundown #FDACAB
RGB
CMYK
RGB Variations
Color information
#FDACAB (or 0xFDACAB) is known color: Sundown. HEX triplet: FD, AC and AB. RGB value is (253,172,171). Sum of RGB (Red+Green+Blue) = 253+172+171=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACAB is #025354. Grayscale: #C4C4C4. Windows color (decimal): -152405 or 11250941. OLE color: 11250941.
HSL color Cylindrical-coordinate representation of color #FDACAB: hue angle of 0.73º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACAB is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 171 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.01 |
| HSL | 0.73º | 0.95% | 0.83% | - |
| HSV(B) | 0.73º | 0.32% | 0.99% | - |
| XYZ | 62.61 | 53.33 | 45.52 | - |
| YUV | 196.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 171 | 0 | 0.32 | 0.32 | 0.01 | 0.73 | 0.95 | 0.83 |
| Hex | FD | AC | AB | 0 | 20 | 20 | 1 | 1 | 5F | 53 |
| Octal | 375 | 254 | 253 | 0 | 40 | 40 | 1 | 1 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10101011 | 0 | 100000 | 100000 | 1 | 1 | 1011111 | 1010011 |
Color Harmonies of #FDACAB
Complementary color
Monochromatic Colors of #FDACAB
Black with #FDACAB
Text Example
Text Example
White with #FDACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACAB; }
p { color: rgb(253,172,171); }
H1.HeaderClassName
{
color: #FDACAB;
}
.AnyTagClassName
{
color: #FDACAB;
}
</style>
background-color css
<style>
a { background-color: #FDACAB; }
a { background-color: rgb(253,172,171); }
div.DivClassName
{
background-color: #FDACAB;
}
.BgClassName
{
background-color: #FDACAB;
}
</style>
border-color css
<style>
span { border-color: #FDACAB; }
span { border-color: rgb(253,172,171); }
td.TdClassName
{
border-color: #FDACAB;
}
.TagClassName
{
border-color: #FDACAB;
}
</style>