Shades of Sundown #FCAEA5
Tints of Sundown #FCAEA5
RGB
CMYK
RGB Variations
Color information
#FCAEA5 (or 0xFCAEA5) is known color: Sundown. HEX triplet: FC, AE and A5. RGB value is (252,174,165). Sum of RGB (Red+Green+Blue) = 252+174+165=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEA5 is #03515A. Grayscale: #C4C4C4. Windows color (decimal): -217435 or 10858236. OLE color: 10858236.
HSL color Cylindrical-coordinate representation of color #FCAEA5: hue angle of 6.21º 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 #FCAEA5 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 165 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.01 |
| HSL | 6.21º | 0.94% | 0.82% | - |
| HSV(B) | 6.21º | 0.35% | 0.99% | - |
| XYZ | 62.07 | 53.68 | 42.69 | - |
| YUV | 196.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 165 | 0 | 0.31 | 0.35 | 0.01 | 6.21 | 0.94 | 0.82 |
| Hex | FC | AE | A5 | 0 | 1F | 23 | 1 | 6 | 5E | 52 |
| Octal | 374 | 256 | 245 | 0 | 37 | 43 | 1 | 6 | 136 | 122 |
| Binary | 11111100 | 10101110 | 10100101 | 0 | 11111 | 100011 | 1 | 110 | 1011110 | 1010010 |
Color Harmonies of #FCAEA5
Complementary color
Monochromatic Colors of #FCAEA5
Black with #FCAEA5
Text Example
Text Example
White with #FCAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEA5; }
p { color: rgb(252,174,165); }
H1.HeaderClassName
{
color: #FCAEA5;
}
.AnyTagClassName
{
color: #FCAEA5;
}
</style>
background-color css
<style>
a { background-color: #FCAEA5; }
a { background-color: rgb(252,174,165); }
div.DivClassName
{
background-color: #FCAEA5;
}
.BgClassName
{
background-color: #FCAEA5;
}
</style>
border-color css
<style>
span { border-color: #FCAEA5; }
span { border-color: rgb(252,174,165); }
td.TdClassName
{
border-color: #FCAEA5;
}
.TagClassName
{
border-color: #FCAEA5;
}
</style>