Shades of Sundown #FBB0A4
Tints of Sundown #FBB0A4
RGB
CMYK
RGB Variations
Color information
#FBB0A4 (or 0xFBB0A4) is known color: Sundown. HEX triplet: FB, B0 and A4. RGB value is (251,176,164). Sum of RGB (Red+Green+Blue) = 251+176+164=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A4 is #044F5B. Grayscale: #C5C5C5. Windows color (decimal): -282460 or 10793211. OLE color: 10793211.
HSL color Cylindrical-coordinate representation of color #FBB0A4: hue angle of 8.28º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBB0A4 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 164 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.02 |
| HSL | 8.28º | 0.92% | 0.81% | - |
| HSV(B) | 8.28º | 0.35% | 0.98% | - |
| XYZ | 62.01 | 54.24 | 42.32 | - |
| YUV | 197.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 164 | 0 | 0.30 | 0.35 | 0.02 | 8.28 | 0.92 | 0.81 |
| Hex | FB | B0 | A4 | 0 | 1E | 23 | 2 | 8 | 5C | 51 |
| Octal | 373 | 260 | 244 | 0 | 36 | 43 | 2 | 10 | 134 | 121 |
| Binary | 11111011 | 10110000 | 10100100 | 0 | 11110 | 100011 | 10 | 1000 | 1011100 | 1010001 |
Color Harmonies of #FBB0A4
Complementary color
Monochromatic Colors of #FBB0A4
Black with #FBB0A4
Text Example
Text Example
White with #FBB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0A4; }
p { color: rgb(251,176,164); }
H1.HeaderClassName
{
color: #FBB0A4;
}
.AnyTagClassName
{
color: #FBB0A4;
}
</style>
background-color css
<style>
a { background-color: #FBB0A4; }
a { background-color: rgb(251,176,164); }
div.DivClassName
{
background-color: #FBB0A4;
}
.BgClassName
{
background-color: #FBB0A4;
}
</style>
border-color css
<style>
span { border-color: #FBB0A4; }
span { border-color: rgb(251,176,164); }
td.TdClassName
{
border-color: #FBB0A4;
}
.TagClassName
{
border-color: #FBB0A4;
}
</style>