Shades of Sundown #FCAEA8
Tints of Sundown #FCAEA8
RGB
CMYK
RGB Variations
Color information
#FCAEA8 (or 0xFCAEA8) is known color: Sundown. HEX triplet: FC, AE and A8. RGB value is (252,174,168). Sum of RGB (Red+Green+Blue) = 252+174+168=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEA8 is #035157. Grayscale: #C4C4C4. Windows color (decimal): -217432 or 11054844. OLE color: 11054844.
HSL color Cylindrical-coordinate representation of color #FCAEA8: hue angle of 4.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAEA8 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 168 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.01 |
| HSL | 4.29º | 0.93% | 0.82% | - |
| HSV(B) | 4.29º | 0.33% | 0.99% | - |
| XYZ | 62.35 | 53.79 | 44.14 | - |
| YUV | 196.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 168 | 0 | 0.31 | 0.33 | 0.01 | 4.29 | 0.93 | 0.82 |
| Hex | FC | AE | A8 | 0 | 1F | 21 | 1 | 4 | 5D | 52 |
| Octal | 374 | 256 | 250 | 0 | 37 | 41 | 1 | 4 | 135 | 122 |
| Binary | 11111100 | 10101110 | 10101000 | 0 | 11111 | 100001 | 1 | 100 | 1011101 | 1010010 |
Color Harmonies of #FCAEA8
Complementary color
Monochromatic Colors of #FCAEA8
Black with #FCAEA8
Text Example
Text Example
White with #FCAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEA8; }
p { color: rgb(252,174,168); }
H1.HeaderClassName
{
color: #FCAEA8;
}
.AnyTagClassName
{
color: #FCAEA8;
}
</style>
background-color css
<style>
a { background-color: #FCAEA8; }
a { background-color: rgb(252,174,168); }
div.DivClassName
{
background-color: #FCAEA8;
}
.BgClassName
{
background-color: #FCAEA8;
}
</style>
border-color css
<style>
span { border-color: #FCAEA8; }
span { border-color: rgb(252,174,168); }
td.TdClassName
{
border-color: #FCAEA8;
}
.TagClassName
{
border-color: #FCAEA8;
}
</style>