Shades of Sundown #FDACAC
Tints of Sundown #FDACAC
RGB
CMYK
RGB Variations
Color information
#FDACAC (or 0xFDACAC) is known color: Sundown. HEX triplet: FD, AC and AC. RGB value is (253,172,172). Sum of RGB (Red+Green+Blue) = 253+172+172=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACAC is #025353. Grayscale: #C4C4C4. Windows color (decimal): -152404 or 11316477. OLE color: 11316477.
HSL color Cylindrical-coordinate representation of color #FDACAC: hue angle of 0º 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 #FDACAC is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 172 | 172 | - |
CMYK | 0 | 0.32 | 0.32 | 0.01 |
HSL | 0º | 0.95% | 0.83% | - |
HSV(B) | 0º | 0.32% | 0.99% | - |
XYZ | 62.71 | 53.37 | 46.03 | - |
YUV | 196.22 | 114.34 | 168.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 172 | 172 | 0 | 0.32 | 0.32 | 0.01 | 0 | 0.95 | 0.83 |
Hex | FD | AC | AC | 0 | 20 | 20 | 1 | 0 | 5F | 53 |
Octal | 375 | 254 | 254 | 0 | 40 | 40 | 1 | 0 | 137 | 123 |
Binary | 11111101 | 10101100 | 10101100 | 0 | 100000 | 100000 | 1 | 0 | 1011111 | 1010011 |
Color Harmonies of #FDACAC
Complementary color
Monochromatic Colors of #FDACAC
Black with #FDACAC
Text Example
Text Example
White with #FDACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACAC; }
p { color: rgb(253,172,172); }
H1.HeaderClassName
{
color: #FDACAC;
}
.AnyTagClassName
{
color: #FDACAC;
}
</style>
background-color css
<style>
a { background-color: #FDACAC; }
a { background-color: rgb(253,172,172); }
div.DivClassName
{
background-color: #FDACAC;
}
.BgClassName
{
background-color: #FDACAC;
}
</style>
border-color css
<style>
span { border-color: #FDACAC; }
span { border-color: rgb(253,172,172); }
td.TdClassName
{
border-color: #FDACAC;
}
.TagClassName
{
border-color: #FDACAC;
}
</style>