Shades of Sundown #FCAEAC
Tints of Sundown #FCAEAC
RGB
CMYK
RGB Variations
Color information
#FCAEAC (or 0xFCAEAC) is known color: Sundown. HEX triplet: FC, AE and AC. RGB value is (252,174,172). Sum of RGB (Red+Green+Blue) = 252+174+172=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEAC is #035153. Grayscale: #C5C5C5. Windows color (decimal): -217428 or 11316988. OLE color: 11316988.
HSL color Cylindrical-coordinate representation of color #FCAEAC: hue angle of 1.5º 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 #FCAEAC is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 172 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.01 |
| HSL | 1.5º | 0.93% | 0.83% | - |
| HSV(B) | 1.5º | 0.32% | 0.99% | - |
| XYZ | 62.73 | 53.95 | 46.14 | - |
| YUV | 197.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 172 | 0 | 0.31 | 0.32 | 0.01 | 1.5 | 0.93 | 0.83 |
| Hex | FC | AE | AC | 0 | 1F | 20 | 1 | 2 | 5D | 53 |
| Octal | 374 | 256 | 254 | 0 | 37 | 40 | 1 | 2 | 135 | 123 |
| Binary | 11111100 | 10101110 | 10101100 | 0 | 11111 | 100000 | 1 | 10 | 1011101 | 1010011 |
Color Harmonies of #FCAEAC
Complementary color
Monochromatic Colors of #FCAEAC
Black with #FCAEAC
Text Example
Text Example
White with #FCAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEAC; }
p { color: rgb(252,174,172); }
H1.HeaderClassName
{
color: #FCAEAC;
}
.AnyTagClassName
{
color: #FCAEAC;
}
</style>
background-color css
<style>
a { background-color: #FCAEAC; }
a { background-color: rgb(252,174,172); }
div.DivClassName
{
background-color: #FCAEAC;
}
.BgClassName
{
background-color: #FCAEAC;
}
</style>
border-color css
<style>
span { border-color: #FCAEAC; }
span { border-color: rgb(252,174,172); }
td.TdClassName
{
border-color: #FCAEAC;
}
.TagClassName
{
border-color: #FCAEAC;
}
</style>