Shades of Sundown #FBB0A7
Tints of Sundown #FBB0A7
RGB
CMYK
RGB Variations
Color information
#FBB0A7 (or 0xFBB0A7) is known color: Sundown. HEX triplet: FB, B0 and A7. RGB value is (251,176,167). Sum of RGB (Red+Green+Blue) = 251+176+167=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A7 is #044F58. Grayscale: #C5C5C5. Windows color (decimal): -282457 or 10989819. OLE color: 10989819.
HSL color Cylindrical-coordinate representation of color #FBB0A7: hue angle of 6.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBB0A7 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 167 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.02 |
| HSL | 6.43º | 0.91% | 0.82% | - |
| HSV(B) | 6.43º | 0.33% | 0.98% | - |
| XYZ | 62.28 | 54.35 | 43.77 | - |
| YUV | 197.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 167 | 0 | 0.30 | 0.33 | 0.02 | 6.43 | 0.91 | 0.82 |
| Hex | FB | B0 | A7 | 0 | 1E | 21 | 2 | 6 | 5B | 52 |
| Octal | 373 | 260 | 247 | 0 | 36 | 41 | 2 | 6 | 133 | 122 |
| Binary | 11111011 | 10110000 | 10100111 | 0 | 11110 | 100001 | 10 | 110 | 1011011 | 1010010 |
Color Harmonies of #FBB0A7
Complementary color
Monochromatic Colors of #FBB0A7
Black with #FBB0A7
Text Example
Text Example
White with #FBB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0A7; }
p { color: rgb(251,176,167); }
H1.HeaderClassName
{
color: #FBB0A7;
}
.AnyTagClassName
{
color: #FBB0A7;
}
</style>
background-color css
<style>
a { background-color: #FBB0A7; }
a { background-color: rgb(251,176,167); }
div.DivClassName
{
background-color: #FBB0A7;
}
.BgClassName
{
background-color: #FBB0A7;
}
</style>
border-color css
<style>
span { border-color: #FBB0A7; }
span { border-color: rgb(251,176,167); }
td.TdClassName
{
border-color: #FBB0A7;
}
.TagClassName
{
border-color: #FBB0A7;
}
</style>