Shades of Sundown #FBAEAD
Tints of Sundown #FBAEAD
RGB
CMYK
RGB Variations
Color information
#FBAEAD (or 0xFBAEAD) is known color: Sundown. HEX triplet: FB, AE and AD. RGB value is (251,174,173). Sum of RGB (Red+Green+Blue) = 251+174+173=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAD is #045152. Grayscale: #C4C4C4. Windows color (decimal): -282963 or 11382523. OLE color: 11382523.
HSL color Cylindrical-coordinate representation of color #FBAEAD: hue angle of 0.77º 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 #FBAEAD is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 173 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.02 |
| HSL | 0.77º | 0.91% | 0.83% | - |
| HSV(B) | 0.77º | 0.31% | 0.98% | - |
| XYZ | 62.46 | 53.8 | 46.63 | - |
| YUV | 196.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 173 | 0 | 0.31 | 0.31 | 0.02 | 0.77 | 0.91 | 0.83 |
| Hex | FB | AE | AD | 0 | 1F | 1F | 2 | 1 | 5B | 53 |
| Octal | 373 | 256 | 255 | 0 | 37 | 37 | 2 | 1 | 133 | 123 |
| Binary | 11111011 | 10101110 | 10101101 | 0 | 11111 | 11111 | 10 | 1 | 1011011 | 1010011 |
Color Harmonies of #FBAEAD
Complementary color
Monochromatic Colors of #FBAEAD
Black with #FBAEAD
Text Example
Text Example
White with #FBAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEAD; }
p { color: rgb(251,174,173); }
H1.HeaderClassName
{
color: #FBAEAD;
}
.AnyTagClassName
{
color: #FBAEAD;
}
</style>
background-color css
<style>
a { background-color: #FBAEAD; }
a { background-color: rgb(251,174,173); }
div.DivClassName
{
background-color: #FBAEAD;
}
.BgClassName
{
background-color: #FBAEAD;
}
</style>
border-color css
<style>
span { border-color: #FBAEAD; }
span { border-color: rgb(251,174,173); }
td.TdClassName
{
border-color: #FBAEAD;
}
.TagClassName
{
border-color: #FBAEAD;
}
</style>