Shades of Sundown #FBB2A4
Tints of Sundown #FBB2A4
RGB
CMYK
RGB Variations
Color information
#FBB2A4 (or 0xFBB2A4) is known color: Sundown. HEX triplet: FB, B2 and A4. RGB value is (251,178,164). Sum of RGB (Red+Green+Blue) = 251+178+164=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A4 is #044D5B. Grayscale: #C6C6C6. Windows color (decimal): -281948 or 10793723. OLE color: 10793723.
HSL color Cylindrical-coordinate representation of color #FBB2A4: hue angle of 9.66º 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 #FBB2A4 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 164 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.02 |
| HSL | 9.66º | 0.92% | 0.81% | - |
| HSV(B) | 9.66º | 0.35% | 0.98% | - |
| XYZ | 62.4 | 55.03 | 42.45 | - |
| YUV | 198.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 164 | 0 | 0.29 | 0.35 | 0.02 | 9.66 | 0.92 | 0.81 |
| Hex | FB | B2 | A4 | 0 | 1D | 23 | 2 | A | 5C | 51 |
| Octal | 373 | 262 | 244 | 0 | 35 | 43 | 2 | 12 | 134 | 121 |
| Binary | 11111011 | 10110010 | 10100100 | 0 | 11101 | 100011 | 10 | 1010 | 1011100 | 1010001 |
Color Harmonies of #FBB2A4
Complementary color
Monochromatic Colors of #FBB2A4
Black with #FBB2A4
Text Example
Text Example
White with #FBB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2A4; }
p { color: rgb(251,178,164); }
H1.HeaderClassName
{
color: #FBB2A4;
}
.AnyTagClassName
{
color: #FBB2A4;
}
</style>
background-color css
<style>
a { background-color: #FBB2A4; }
a { background-color: rgb(251,178,164); }
div.DivClassName
{
background-color: #FBB2A4;
}
.BgClassName
{
background-color: #FBB2A4;
}
</style>
border-color css
<style>
span { border-color: #FBB2A4; }
span { border-color: rgb(251,178,164); }
td.TdClassName
{
border-color: #FBB2A4;
}
.TagClassName
{
border-color: #FBB2A4;
}
</style>