Shades of Sundown #FCB1A6
Tints of Sundown #FCB1A6
RGB
CMYK
RGB Variations
Color information
#FCB1A6 (or 0xFCB1A6) is known color: Sundown. HEX triplet: FC, B1 and A6. RGB value is (252,177,166). Sum of RGB (Red+Green+Blue) = 252+177+166=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1A6 is #034E59. Grayscale: #C6C6C6. Windows color (decimal): -216666 or 10924540. OLE color: 10924540.
HSL color Cylindrical-coordinate representation of color #FCB1A6: hue angle of 7.67º 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 #FCB1A6 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 166 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.01 |
| HSL | 7.67º | 0.93% | 0.82% | - |
| HSV(B) | 7.67º | 0.34% | 0.99% | - |
| XYZ | 62.75 | 54.89 | 43.36 | - |
| YUV | 198.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 166 | 0 | 0.30 | 0.34 | 0.01 | 7.67 | 0.93 | 0.82 |
| Hex | FC | B1 | A6 | 0 | 1E | 22 | 1 | 8 | 5D | 52 |
| Octal | 374 | 261 | 246 | 0 | 36 | 42 | 1 | 10 | 135 | 122 |
| Binary | 11111100 | 10110001 | 10100110 | 0 | 11110 | 100010 | 1 | 1000 | 1011101 | 1010010 |
Color Harmonies of #FCB1A6
Complementary color
Monochromatic Colors of #FCB1A6
Black with #FCB1A6
Text Example
Text Example
White with #FCB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1A6; }
p { color: rgb(252,177,166); }
H1.HeaderClassName
{
color: #FCB1A6;
}
.AnyTagClassName
{
color: #FCB1A6;
}
</style>
background-color css
<style>
a { background-color: #FCB1A6; }
a { background-color: rgb(252,177,166); }
div.DivClassName
{
background-color: #FCB1A6;
}
.BgClassName
{
background-color: #FCB1A6;
}
</style>
border-color css
<style>
span { border-color: #FCB1A6; }
span { border-color: rgb(252,177,166); }
td.TdClassName
{
border-color: #FCB1A6;
}
.TagClassName
{
border-color: #FCB1A6;
}
</style>