Shades of Sundown #FBB0A8
Tints of Sundown #FBB0A8
RGB
CMYK
RGB Variations
Color information
#FBB0A8 (or 0xFBB0A8) is known color: Sundown. HEX triplet: FB, B0 and A8. RGB value is (251,176,168). Sum of RGB (Red+Green+Blue) = 251+176+168=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A8 is #044F57. Grayscale: #C5C5C5. Windows color (decimal): -282456 or 11055355. OLE color: 11055355.
HSL color Cylindrical-coordinate representation of color #FBB0A8: hue angle of 5.78º 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 #FBB0A8 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 168 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.02 |
| HSL | 5.78º | 0.91% | 0.82% | - |
| HSV(B) | 5.78º | 0.33% | 0.98% | - |
| XYZ | 62.38 | 54.39 | 44.26 | - |
| YUV | 197.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 168 | 0 | 0.30 | 0.33 | 0.02 | 5.78 | 0.91 | 0.82 |
| Hex | FB | B0 | A8 | 0 | 1E | 21 | 2 | 6 | 5B | 52 |
| Octal | 373 | 260 | 250 | 0 | 36 | 41 | 2 | 6 | 133 | 122 |
| Binary | 11111011 | 10110000 | 10101000 | 0 | 11110 | 100001 | 10 | 110 | 1011011 | 1010010 |
Color Harmonies of #FBB0A8
Complementary color
Monochromatic Colors of #FBB0A8
Black with #FBB0A8
Text Example
Text Example
White with #FBB0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0A8; }
p { color: rgb(251,176,168); }
H1.HeaderClassName
{
color: #FBB0A8;
}
.AnyTagClassName
{
color: #FBB0A8;
}
</style>
background-color css
<style>
a { background-color: #FBB0A8; }
a { background-color: rgb(251,176,168); }
div.DivClassName
{
background-color: #FBB0A8;
}
.BgClassName
{
background-color: #FBB0A8;
}
</style>
border-color css
<style>
span { border-color: #FBB0A8; }
span { border-color: rgb(251,176,168); }
td.TdClassName
{
border-color: #FBB0A8;
}
.TagClassName
{
border-color: #FBB0A8;
}
</style>