Shades of Sundown #FBB3A8
Tints of Sundown #FBB3A8
RGB
CMYK
RGB Variations
Color information
#FBB3A8 (or 0xFBB3A8) is known color: Sundown. HEX triplet: FB, B3 and A8. RGB value is (251,179,168). Sum of RGB (Red+Green+Blue) = 251+179+168=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB3A8 is #044C57. Grayscale: #C7C7C7. Windows color (decimal): -281688 or 11056123. OLE color: 11056123.
HSL color Cylindrical-coordinate representation of color #FBB3A8: hue angle of 7.95º 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 #FBB3A8 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 168 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.02 |
| HSL | 7.95º | 0.91% | 0.82% | - |
| HSV(B) | 7.95º | 0.33% | 0.98% | - |
| XYZ | 62.97 | 55.58 | 44.45 | - |
| YUV | 199.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 168 | 0 | 0.29 | 0.33 | 0.02 | 7.95 | 0.91 | 0.82 |
| Hex | FB | B3 | A8 | 0 | 1D | 21 | 2 | 8 | 5B | 52 |
| Octal | 373 | 263 | 250 | 0 | 35 | 41 | 2 | 10 | 133 | 122 |
| Binary | 11111011 | 10110011 | 10101000 | 0 | 11101 | 100001 | 10 | 1000 | 1011011 | 1010010 |
Color Harmonies of #FBB3A8
Complementary color
Monochromatic Colors of #FBB3A8
Black with #FBB3A8
Text Example
Text Example
White with #FBB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3A8; }
p { color: rgb(251,179,168); }
H1.HeaderClassName
{
color: #FBB3A8;
}
.AnyTagClassName
{
color: #FBB3A8;
}
</style>
background-color css
<style>
a { background-color: #FBB3A8; }
a { background-color: rgb(251,179,168); }
div.DivClassName
{
background-color: #FBB3A8;
}
.BgClassName
{
background-color: #FBB3A8;
}
</style>
border-color css
<style>
span { border-color: #FBB3A8; }
span { border-color: rgb(251,179,168); }
td.TdClassName
{
border-color: #FBB3A8;
}
.TagClassName
{
border-color: #FBB3A8;
}
</style>