Shades of Sundown #FBB4AE
Tints of Sundown #FBB4AE
RGB
CMYK
RGB Variations
Color information
#FBB4AE (or 0xFBB4AE) is known color: Sundown. HEX triplet: FB, B4 and AE. RGB value is (251,180,174). Sum of RGB (Red+Green+Blue) = 251+180+174=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4AE is #044B51. Grayscale: #C8C8C8. Windows color (decimal): -281426 or 11449595. OLE color: 11449595.
HSL color Cylindrical-coordinate representation of color #FBB4AE: hue angle of 4.68º 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 #FBB4AE is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 174 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.02 |
| HSL | 4.68º | 0.91% | 0.83% | - |
| HSV(B) | 4.68º | 0.31% | 0.98% | - |
| XYZ | 63.74 | 56.21 | 47.53 | - |
| YUV | 200.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 174 | 0 | 0.28 | 0.31 | 0.02 | 4.68 | 0.91 | 0.83 |
| Hex | FB | B4 | AE | 0 | 1C | 1F | 2 | 5 | 5B | 53 |
| Octal | 373 | 264 | 256 | 0 | 34 | 37 | 2 | 5 | 133 | 123 |
| Binary | 11111011 | 10110100 | 10101110 | 0 | 11100 | 11111 | 10 | 101 | 1011011 | 1010011 |
Color Harmonies of #FBB4AE
Complementary color
Monochromatic Colors of #FBB4AE
Black with #FBB4AE
Text Example
Text Example
White with #FBB4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4AE; }
p { color: rgb(251,180,174); }
H1.HeaderClassName
{
color: #FBB4AE;
}
.AnyTagClassName
{
color: #FBB4AE;
}
</style>
background-color css
<style>
a { background-color: #FBB4AE; }
a { background-color: rgb(251,180,174); }
div.DivClassName
{
background-color: #FBB4AE;
}
.BgClassName
{
background-color: #FBB4AE;
}
</style>
border-color css
<style>
span { border-color: #FBB4AE; }
span { border-color: rgb(251,180,174); }
td.TdClassName
{
border-color: #FBB4AE;
}
.TagClassName
{
border-color: #FBB4AE;
}
</style>