Shades of Sundown #FCB2A6
Tints of Sundown #FCB2A6
RGB
CMYK
RGB Variations
Color information
#FCB2A6 (or 0xFCB2A6) is known color: Sundown. HEX triplet: FC, B2 and A6. RGB value is (252,178,166). Sum of RGB (Red+Green+Blue) = 252+178+166=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A6 is #034D59. Grayscale: #C6C6C6. Windows color (decimal): -216410 or 10924796. OLE color: 10924796.
HSL color Cylindrical-coordinate representation of color #FCB2A6: hue angle of 8.37º 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 #FCB2A6 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 166 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.01 |
| HSL | 8.37º | 0.93% | 0.82% | - |
| HSV(B) | 8.37º | 0.34% | 0.99% | - |
| XYZ | 62.95 | 55.29 | 43.43 | - |
| YUV | 198.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 166 | 0 | 0.29 | 0.34 | 0.01 | 8.37 | 0.93 | 0.82 |
| Hex | FC | B2 | A6 | 0 | 1D | 22 | 1 | 8 | 5D | 52 |
| Octal | 374 | 262 | 246 | 0 | 35 | 42 | 1 | 10 | 135 | 122 |
| Binary | 11111100 | 10110010 | 10100110 | 0 | 11101 | 100010 | 1 | 1000 | 1011101 | 1010010 |
Color Harmonies of #FCB2A6
Complementary color
Monochromatic Colors of #FCB2A6
Black with #FCB2A6
Text Example
Text Example
White with #FCB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2A6; }
p { color: rgb(252,178,166); }
H1.HeaderClassName
{
color: #FCB2A6;
}
.AnyTagClassName
{
color: #FCB2A6;
}
</style>
background-color css
<style>
a { background-color: #FCB2A6; }
a { background-color: rgb(252,178,166); }
div.DivClassName
{
background-color: #FCB2A6;
}
.BgClassName
{
background-color: #FCB2A6;
}
</style>
border-color css
<style>
span { border-color: #FCB2A6; }
span { border-color: rgb(252,178,166); }
td.TdClassName
{
border-color: #FCB2A6;
}
.TagClassName
{
border-color: #FCB2A6;
}
</style>