Shades of Sundown #FBACAC
Tints of Sundown #FBACAC
RGB
CMYK
RGB Variations
Color information
#FBACAC (or 0xFBACAC) is known color: Sundown. HEX triplet: FB, AC and AC. RGB value is (251,172,172). Sum of RGB (Red+Green+Blue) = 251+172+172=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACAC is #045353. Grayscale: #C3C3C3. Windows color (decimal): -283476 or 11316475. OLE color: 11316475.
HSL color Cylindrical-coordinate representation of color #FBACAC: hue angle of 0º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 172 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.02 |
| HSL | 0º | 0.91% | 0.83% | - |
| HSV(B) | 0º | 0.31% | 0.98% | - |
| XYZ | 61.98 | 52.99 | 45.99 | - |
| YUV | 195.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 172 | 0 | 0.31 | 0.31 | 0.02 | 0 | 0.91 | 0.83 |
| Hex | FB | AC | AC | 0 | 1F | 1F | 2 | 0 | 5B | 53 |
| Octal | 373 | 254 | 254 | 0 | 37 | 37 | 2 | 0 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10101100 | 0 | 11111 | 11111 | 10 | 0 | 1011011 | 1010011 |
Color Harmonies of #FBACAC
Complementary color
Monochromatic Colors of #FBACAC
Black with #FBACAC
Text Example
Text Example
White with #FBACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACAC; }
p { color: rgb(251,172,172); }
H1.HeaderClassName
{
color: #FBACAC;
}
.AnyTagClassName
{
color: #FBACAC;
}
</style>
background-color css
<style>
a { background-color: #FBACAC; }
a { background-color: rgb(251,172,172); }
div.DivClassName
{
background-color: #FBACAC;
}
.BgClassName
{
background-color: #FBACAC;
}
</style>
border-color css
<style>
span { border-color: #FBACAC; }
span { border-color: rgb(251,172,172); }
td.TdClassName
{
border-color: #FBACAC;
}
.TagClassName
{
border-color: #FBACAC;
}
</style>