Shades of Sundown #FBAEAB
Tints of Sundown #FBAEAB
RGB
CMYK
RGB Variations
Color information
#FBAEAB (or 0xFBAEAB) is known color: Sundown. HEX triplet: FB, AE and AB. RGB value is (251,174,171). Sum of RGB (Red+Green+Blue) = 251+174+171=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAB is #045154. Grayscale: #C4C4C4. Windows color (decimal): -282965 or 11251451. OLE color: 11251451.
HSL color Cylindrical-coordinate representation of color #FBAEAB: hue angle of 2.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAEAB is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 171 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.02 |
| HSL | 2.25º | 0.91% | 0.83% | - |
| HSV(B) | 2.25º | 0.32% | 0.98% | - |
| XYZ | 62.27 | 53.72 | 45.62 | - |
| YUV | 196.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 171 | 0 | 0.31 | 0.32 | 0.02 | 2.25 | 0.91 | 0.83 |
| Hex | FB | AE | AB | 0 | 1F | 20 | 2 | 2 | 5B | 53 |
| Octal | 373 | 256 | 253 | 0 | 37 | 40 | 2 | 2 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10101011 | 0 | 11111 | 100000 | 10 | 10 | 1011011 | 1010011 |
Color Harmonies of #FBAEAB
Complementary color
Monochromatic Colors of #FBAEAB
Black with #FBAEAB
Text Example
Text Example
White with #FBAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEAB; }
p { color: rgb(251,174,171); }
H1.HeaderClassName
{
color: #FBAEAB;
}
.AnyTagClassName
{
color: #FBAEAB;
}
</style>
background-color css
<style>
a { background-color: #FBAEAB; }
a { background-color: rgb(251,174,171); }
div.DivClassName
{
background-color: #FBAEAB;
}
.BgClassName
{
background-color: #FBAEAB;
}
</style>
border-color css
<style>
span { border-color: #FBAEAB; }
span { border-color: rgb(251,174,171); }
td.TdClassName
{
border-color: #FBAEAB;
}
.TagClassName
{
border-color: #FBAEAB;
}
</style>