Shades of Sundown #FBB0A6
Tints of Sundown #FBB0A6
RGB
CMYK
RGB Variations
Color information
#FBB0A6 (or 0xFBB0A6) is known color: Sundown. HEX triplet: FB, B0 and A6. RGB value is (251,176,166). Sum of RGB (Red+Green+Blue) = 251+176+166=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A6 is #044F59. Grayscale: #C5C5C5. Windows color (decimal): -282458 or 10924283. OLE color: 10924283.
HSL color Cylindrical-coordinate representation of color #FBB0A6: hue angle of 7.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBB0A6 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 166 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.02 |
| HSL | 7.06º | 0.91% | 0.82% | - |
| HSV(B) | 7.06º | 0.34% | 0.98% | - |
| XYZ | 62.19 | 54.31 | 43.28 | - |
| YUV | 197.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 166 | 0 | 0.30 | 0.34 | 0.02 | 7.06 | 0.91 | 0.82 |
| Hex | FB | B0 | A6 | 0 | 1E | 22 | 2 | 7 | 5B | 52 |
| Octal | 373 | 260 | 246 | 0 | 36 | 42 | 2 | 7 | 133 | 122 |
| Binary | 11111011 | 10110000 | 10100110 | 0 | 11110 | 100010 | 10 | 111 | 1011011 | 1010010 |
Color Harmonies of #FBB0A6
Complementary color
Monochromatic Colors of #FBB0A6
Black with #FBB0A6
Text Example
Text Example
White with #FBB0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0A6; }
p { color: rgb(251,176,166); }
H1.HeaderClassName
{
color: #FBB0A6;
}
.AnyTagClassName
{
color: #FBB0A6;
}
</style>
background-color css
<style>
a { background-color: #FBB0A6; }
a { background-color: rgb(251,176,166); }
div.DivClassName
{
background-color: #FBB0A6;
}
.BgClassName
{
background-color: #FBB0A6;
}
</style>
border-color css
<style>
span { border-color: #FBB0A6; }
span { border-color: rgb(251,176,166); }
td.TdClassName
{
border-color: #FBB0A6;
}
.TagClassName
{
border-color: #FBB0A6;
}
</style>