Shades of Sundown #FCB2AC
Tints of Sundown #FCB2AC
RGB
CMYK
RGB Variations
Color information
#FCB2AC (or 0xFCB2AC) is known color: Sundown. HEX triplet: FC, B2 and AC. RGB value is (252,178,172). Sum of RGB (Red+Green+Blue) = 252+178+172=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2AC is #034D53. Grayscale: #C7C7C7. Windows color (decimal): -216404 or 11318012. OLE color: 11318012.
HSL color Cylindrical-coordinate representation of color #FCB2AC: hue angle of 4.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 #FCB2AC is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 178 | 172 | - |
CMYK | 0 | 0.29 | 0.32 | 0.01 |
HSL | 4.5º | 0.93% | 0.83% | - |
HSV(B) | 4.5º | 0.32% | 0.99% | - |
XYZ | 63.51 | 55.51 | 46.4 | - |
YUV | 199.44 | 112.52 | 165.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 178 | 172 | 0 | 0.29 | 0.32 | 0.01 | 4.5 | 0.93 | 0.83 |
Hex | FC | B2 | AC | 0 | 1D | 20 | 1 | 4 | 5D | 53 |
Octal | 374 | 262 | 254 | 0 | 35 | 40 | 1 | 4 | 135 | 123 |
Binary | 11111100 | 10110010 | 10101100 | 0 | 11101 | 100000 | 1 | 100 | 1011101 | 1010011 |
Color Harmonies of #FCB2AC
Complementary color
Monochromatic Colors of #FCB2AC
Black with #FCB2AC
Text Example
Text Example
White with #FCB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2AC; }
p { color: rgb(252,178,172); }
H1.HeaderClassName
{
color: #FCB2AC;
}
.AnyTagClassName
{
color: #FCB2AC;
}
</style>
background-color css
<style>
a { background-color: #FCB2AC; }
a { background-color: rgb(252,178,172); }
div.DivClassName
{
background-color: #FCB2AC;
}
.BgClassName
{
background-color: #FCB2AC;
}
</style>
border-color css
<style>
span { border-color: #FCB2AC; }
span { border-color: rgb(252,178,172); }
td.TdClassName
{
border-color: #FCB2AC;
}
.TagClassName
{
border-color: #FCB2AC;
}
</style>