Shades of Sundown #FBB1A8
Tints of Sundown #FBB1A8
RGB
CMYK
RGB Variations
Color information
#FBB1A8 (or 0xFBB1A8) is known color: Sundown. HEX triplet: FB, B1 and A8. RGB value is (251,177,168). Sum of RGB (Red+Green+Blue) = 251+177+168=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB1A8 is #044E57. Grayscale: #C6C6C6. Windows color (decimal): -282200 or 11055611. OLE color: 11055611.
HSL color Cylindrical-coordinate representation of color #FBB1A8: hue angle of 6.51º 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 #FBB1A8 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 168 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.02 |
| HSL | 6.51º | 0.91% | 0.82% | - |
| HSV(B) | 6.51º | 0.33% | 0.98% | - |
| XYZ | 62.57 | 54.78 | 44.32 | - |
| YUV | 198.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 168 | 0 | 0.29 | 0.33 | 0.02 | 6.51 | 0.91 | 0.82 |
| Hex | FB | B1 | A8 | 0 | 1D | 21 | 2 | 7 | 5B | 52 |
| Octal | 373 | 261 | 250 | 0 | 35 | 41 | 2 | 7 | 133 | 122 |
| Binary | 11111011 | 10110001 | 10101000 | 0 | 11101 | 100001 | 10 | 111 | 1011011 | 1010010 |
Color Harmonies of #FBB1A8
Complementary color
Monochromatic Colors of #FBB1A8
Black with #FBB1A8
Text Example
Text Example
White with #FBB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB1A8; }
p { color: rgb(251,177,168); }
H1.HeaderClassName
{
color: #FBB1A8;
}
.AnyTagClassName
{
color: #FBB1A8;
}
</style>
background-color css
<style>
a { background-color: #FBB1A8; }
a { background-color: rgb(251,177,168); }
div.DivClassName
{
background-color: #FBB1A8;
}
.BgClassName
{
background-color: #FBB1A8;
}
</style>
border-color css
<style>
span { border-color: #FBB1A8; }
span { border-color: rgb(251,177,168); }
td.TdClassName
{
border-color: #FBB1A8;
}
.TagClassName
{
border-color: #FBB1A8;
}
</style>