Shades of Sundown #FBAEAC
Tints of Sundown #FBAEAC
RGB
CMYK
RGB Variations
Color information
#FBAEAC (or 0xFBAEAC) is known color: Sundown. HEX triplet: FB, AE and AC. RGB value is (251,174,172). Sum of RGB (Red+Green+Blue) = 251+174+172=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAC is #045153. Grayscale: #C4C4C4. Windows color (decimal): -282964 or 11316987. OLE color: 11316987.
HSL color Cylindrical-coordinate representation of color #FBAEAC: hue angle of 1.52º 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 #FBAEAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 172 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.02 |
| HSL | 1.52º | 0.91% | 0.83% | - |
| HSV(B) | 1.52º | 0.31% | 0.98% | - |
| XYZ | 62.37 | 53.76 | 46.12 | - |
| YUV | 196.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 172 | 0 | 0.31 | 0.31 | 0.02 | 1.52 | 0.91 | 0.83 |
| Hex | FB | AE | AC | 0 | 1F | 1F | 2 | 2 | 5B | 53 |
| Octal | 373 | 256 | 254 | 0 | 37 | 37 | 2 | 2 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10101100 | 0 | 11111 | 11111 | 10 | 10 | 1011011 | 1010011 |
Color Harmonies of #FBAEAC
Complementary color
Monochromatic Colors of #FBAEAC
Black with #FBAEAC
Text Example
Text Example
White with #FBAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEAC; }
p { color: rgb(251,174,172); }
H1.HeaderClassName
{
color: #FBAEAC;
}
.AnyTagClassName
{
color: #FBAEAC;
}
</style>
background-color css
<style>
a { background-color: #FBAEAC; }
a { background-color: rgb(251,174,172); }
div.DivClassName
{
background-color: #FBAEAC;
}
.BgClassName
{
background-color: #FBAEAC;
}
</style>
border-color css
<style>
span { border-color: #FBAEAC; }
span { border-color: rgb(251,174,172); }
td.TdClassName
{
border-color: #FBAEAC;
}
.TagClassName
{
border-color: #FBAEAC;
}
</style>