Shades of Sundown #FCADA5
Tints of Sundown #FCADA5
RGB
CMYK
RGB Variations
Color information
#FCADA5 (or 0xFCADA5) is known color: Sundown. HEX triplet: FC, AD and A5. RGB value is (252,173,165). Sum of RGB (Red+Green+Blue) = 252+173+165=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADA5 is #03525A. Grayscale: #C3C3C3. Windows color (decimal): -217691 or 10857980. OLE color: 10857980.
HSL color Cylindrical-coordinate representation of color #FCADA5: hue angle of 5.52º degrees, saturation: 0.94, 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 #FCADA5 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 173 | 165 | - |
CMYK | 0 | 0.31 | 0.35 | 0.01 |
HSL | 5.52º | 0.94% | 0.82% | - |
HSV(B) | 5.52º | 0.35% | 0.99% | - |
XYZ | 61.88 | 53.3 | 42.62 | - |
YUV | 195.71 | 110.67 | 168.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 173 | 165 | 0 | 0.31 | 0.35 | 0.01 | 5.52 | 0.94 | 0.82 |
Hex | FC | AD | A5 | 0 | 1F | 23 | 1 | 6 | 5E | 52 |
Octal | 374 | 255 | 245 | 0 | 37 | 43 | 1 | 6 | 136 | 122 |
Binary | 11111100 | 10101101 | 10100101 | 0 | 11111 | 100011 | 1 | 110 | 1011110 | 1010010 |
Color Harmonies of #FCADA5
Complementary color
Monochromatic Colors of #FCADA5
Black with #FCADA5
Text Example
Text Example
White with #FCADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADA5; }
p { color: rgb(252,173,165); }
H1.HeaderClassName
{
color: #FCADA5;
}
.AnyTagClassName
{
color: #FCADA5;
}
</style>
background-color css
<style>
a { background-color: #FCADA5; }
a { background-color: rgb(252,173,165); }
div.DivClassName
{
background-color: #FCADA5;
}
.BgClassName
{
background-color: #FCADA5;
}
</style>
border-color css
<style>
span { border-color: #FCADA5; }
span { border-color: rgb(252,173,165); }
td.TdClassName
{
border-color: #FCADA5;
}
.TagClassName
{
border-color: #FCADA5;
}
</style>