Shades of Sundown #FBB2A5
Tints of Sundown #FBB2A5
RGB
CMYK
RGB Variations
Color information
#FBB2A5 (or 0xFBB2A5) is known color: Sundown. HEX triplet: FB, B2 and A5. RGB value is (251,178,165). Sum of RGB (Red+Green+Blue) = 251+178+165=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A5 is #044D5A. Grayscale: #C6C6C6. Windows color (decimal): -281947 or 10859259. OLE color: 10859259.
HSL color Cylindrical-coordinate representation of color #FBB2A5: hue angle of 9.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBB2A5 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 165 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.02 |
| HSL | 9.07º | 0.91% | 0.82% | - |
| HSV(B) | 9.07º | 0.34% | 0.98% | - |
| XYZ | 62.5 | 55.07 | 42.93 | - |
| YUV | 198.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 165 | 0 | 0.29 | 0.34 | 0.02 | 9.07 | 0.91 | 0.82 |
| Hex | FB | B2 | A5 | 0 | 1D | 22 | 2 | 9 | 5B | 52 |
| Octal | 373 | 262 | 245 | 0 | 35 | 42 | 2 | 11 | 133 | 122 |
| Binary | 11111011 | 10110010 | 10100101 | 0 | 11101 | 100010 | 10 | 1001 | 1011011 | 1010010 |
Color Harmonies of #FBB2A5
Complementary color
Monochromatic Colors of #FBB2A5
Black with #FBB2A5
Text Example
Text Example
White with #FBB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2A5; }
p { color: rgb(251,178,165); }
H1.HeaderClassName
{
color: #FBB2A5;
}
.AnyTagClassName
{
color: #FBB2A5;
}
</style>
background-color css
<style>
a { background-color: #FBB2A5; }
a { background-color: rgb(251,178,165); }
div.DivClassName
{
background-color: #FBB2A5;
}
.BgClassName
{
background-color: #FBB2A5;
}
</style>
border-color css
<style>
span { border-color: #FBB2A5; }
span { border-color: rgb(251,178,165); }
td.TdClassName
{
border-color: #FBB2A5;
}
.TagClassName
{
border-color: #FBB2A5;
}
</style>