Shades of Sundown #FBB2AC
Tints of Sundown #FBB2AC
RGB
CMYK
RGB Variations
Color information
#FBB2AC (or 0xFBB2AC) is known color: Sundown. HEX triplet: FB, B2 and AC. RGB value is (251,178,172). Sum of RGB (Red+Green+Blue) = 251+178+172=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2AC is #044D53. Grayscale: #C7C7C7. Windows color (decimal): -281940 or 11318011. OLE color: 11318011.
HSL color Cylindrical-coordinate representation of color #FBB2AC: hue angle of 4.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBB2AC is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 172 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.02 |
| HSL | 4.56º | 0.91% | 0.83% | - |
| HSV(B) | 4.56º | 0.31% | 0.98% | - |
| XYZ | 63.15 | 55.33 | 46.38 | - |
| YUV | 199.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 172 | 0 | 0.29 | 0.31 | 0.02 | 4.56 | 0.91 | 0.83 |
| Hex | FB | B2 | AC | 0 | 1D | 1F | 2 | 5 | 5B | 53 |
| Octal | 373 | 262 | 254 | 0 | 35 | 37 | 2 | 5 | 133 | 123 |
| Binary | 11111011 | 10110010 | 10101100 | 0 | 11101 | 11111 | 10 | 101 | 1011011 | 1010011 |
Color Harmonies of #FBB2AC
Complementary color
Monochromatic Colors of #FBB2AC
Black with #FBB2AC
Text Example
Text Example
White with #FBB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2AC; }
p { color: rgb(251,178,172); }
H1.HeaderClassName
{
color: #FBB2AC;
}
.AnyTagClassName
{
color: #FBB2AC;
}
</style>
background-color css
<style>
a { background-color: #FBB2AC; }
a { background-color: rgb(251,178,172); }
div.DivClassName
{
background-color: #FBB2AC;
}
.BgClassName
{
background-color: #FBB2AC;
}
</style>
border-color css
<style>
span { border-color: #FBB2AC; }
span { border-color: rgb(251,178,172); }
td.TdClassName
{
border-color: #FBB2AC;
}
.TagClassName
{
border-color: #FBB2AC;
}
</style>