Shades of Sundown #FCAAA7
Tints of Sundown #FCAAA7
RGB
CMYK
RGB Variations
Color information
#FCAAA7 (or 0xFCAAA7) is known color: Sundown. HEX triplet: FC, AA and A7. RGB value is (252,170,167). Sum of RGB (Red+Green+Blue) = 252+170+167=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAA7 is #035558. Grayscale: #C2C2C2. Windows color (decimal): -218457 or 10988284. OLE color: 10988284.
HSL color Cylindrical-coordinate representation of color #FCAAA7: hue angle of 2.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCAAA7 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 167 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.01 |
| HSL | 2.12º | 0.93% | 0.82% | - |
| HSV(B) | 2.12º | 0.34% | 0.99% | - |
| XYZ | 61.49 | 52.23 | 43.4 | - |
| YUV | 194.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 167 | 0 | 0.33 | 0.34 | 0.01 | 2.12 | 0.93 | 0.82 |
| Hex | FC | AA | A7 | 0 | 21 | 22 | 1 | 2 | 5D | 52 |
| Octal | 374 | 252 | 247 | 0 | 41 | 42 | 1 | 2 | 135 | 122 |
| Binary | 11111100 | 10101010 | 10100111 | 0 | 100001 | 100010 | 1 | 10 | 1011101 | 1010010 |
Color Harmonies of #FCAAA7
Complementary color
Monochromatic Colors of #FCAAA7
Black with #FCAAA7
Text Example
Text Example
White with #FCAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAA7; }
p { color: rgb(252,170,167); }
H1.HeaderClassName
{
color: #FCAAA7;
}
.AnyTagClassName
{
color: #FCAAA7;
}
</style>
background-color css
<style>
a { background-color: #FCAAA7; }
a { background-color: rgb(252,170,167); }
div.DivClassName
{
background-color: #FCAAA7;
}
.BgClassName
{
background-color: #FCAAA7;
}
</style>
border-color css
<style>
span { border-color: #FCAAA7; }
span { border-color: rgb(252,170,167); }
td.TdClassName
{
border-color: #FCAAA7;
}
.TagClassName
{
border-color: #FCAAA7;
}
</style>