Shades of Sundown #FCADAA
Tints of Sundown #FCADAA
RGB
CMYK
RGB Variations
Color information
#FCADAA (or 0xFCADAA) is known color: Sundown. HEX triplet: FC, AD and AA. RGB value is (252,173,170). Sum of RGB (Red+Green+Blue) = 252+173+170=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADAA is #035255. Grayscale: #C4C4C4. Windows color (decimal): -217686 or 11185660. OLE color: 11185660.
HSL color Cylindrical-coordinate representation of color #FCADAA: hue angle of 2.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCADAA is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 170 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.01 |
| HSL | 2.2º | 0.93% | 0.83% | - |
| HSV(B) | 2.2º | 0.33% | 0.99% | - |
| XYZ | 62.34 | 53.48 | 45.07 | - |
| YUV | 196.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 170 | 0 | 0.31 | 0.33 | 0.01 | 2.2 | 0.93 | 0.83 |
| Hex | FC | AD | AA | 0 | 1F | 21 | 1 | 2 | 5D | 53 |
| Octal | 374 | 255 | 252 | 0 | 37 | 41 | 1 | 2 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10101010 | 0 | 11111 | 100001 | 1 | 10 | 1011101 | 1010011 |
Color Harmonies of #FCADAA
Complementary color
Monochromatic Colors of #FCADAA
Black with #FCADAA
Text Example
Text Example
White with #FCADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADAA; }
p { color: rgb(252,173,170); }
H1.HeaderClassName
{
color: #FCADAA;
}
.AnyTagClassName
{
color: #FCADAA;
}
</style>
background-color css
<style>
a { background-color: #FCADAA; }
a { background-color: rgb(252,173,170); }
div.DivClassName
{
background-color: #FCADAA;
}
.BgClassName
{
background-color: #FCADAA;
}
</style>
border-color css
<style>
span { border-color: #FCADAA; }
span { border-color: rgb(252,173,170); }
td.TdClassName
{
border-color: #FCADAA;
}
.TagClassName
{
border-color: #FCADAA;
}
</style>