Shades of Sundown #FCADAC
Tints of Sundown #FCADAC
RGB
CMYK
RGB Variations
Color information
#FCADAC (or 0xFCADAC) is known color: Sundown. HEX triplet: FC, AD and AC. RGB value is (252,173,172). Sum of RGB (Red+Green+Blue) = 252+173+172=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADAC is #035253. Grayscale: #C4C4C4. Windows color (decimal): -217684 or 11316732. OLE color: 11316732.
HSL color Cylindrical-coordinate representation of color #FCADAC: hue angle of 0.75º degrees, saturation: 0.93, 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 #FCADAC is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 172 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.01 |
| HSL | 0.75º | 0.93% | 0.83% | - |
| HSV(B) | 0.75º | 0.32% | 0.99% | - |
| XYZ | 62.53 | 53.56 | 46.07 | - |
| YUV | 196.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 172 | 0 | 0.31 | 0.32 | 0.01 | 0.75 | 0.93 | 0.83 |
| Hex | FC | AD | AC | 0 | 1F | 20 | 1 | 1 | 5D | 53 |
| Octal | 374 | 255 | 254 | 0 | 37 | 40 | 1 | 1 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10101100 | 0 | 11111 | 100000 | 1 | 1 | 1011101 | 1010011 |
Color Harmonies of #FCADAC
Complementary color
Monochromatic Colors of #FCADAC
Black with #FCADAC
Text Example
Text Example
White with #FCADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADAC; }
p { color: rgb(252,173,172); }
H1.HeaderClassName
{
color: #FCADAC;
}
.AnyTagClassName
{
color: #FCADAC;
}
</style>
background-color css
<style>
a { background-color: #FCADAC; }
a { background-color: rgb(252,173,172); }
div.DivClassName
{
background-color: #FCADAC;
}
.BgClassName
{
background-color: #FCADAC;
}
</style>
border-color css
<style>
span { border-color: #FCADAC; }
span { border-color: rgb(252,173,172); }
td.TdClassName
{
border-color: #FCADAC;
}
.TagClassName
{
border-color: #FCADAC;
}
</style>