Shades of Bisque #FFE5BE
Tints of Bisque #FFE5BE
RGB
CMYK
RGB Variations
Color information
#FFE5BE (or 0xFFE5BE) is known color: Bisque. HEX triplet: FF, E5 and BE. RGB value is (255,229,190). Sum of RGB (Red+Green+Blue) = 255+229+190=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5BE is #001A41. Grayscale: #E8E8E8. Windows color (decimal): -6722 or 12510719. OLE color: 12510719.
HSL color Cylindrical-coordinate representation of color #FFE5BE: hue angle of 36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE5BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0 |
| HSL | 36º | 1% | 0.87% | - |
| HSV(B) | 36º | 0.25% | 1% | - |
| XYZ | 78.55 | 81.02 | 60.21 | - |
| YUV | 232.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 190 | 0 | 0.10 | 0.25 | 0 | 36 | 1 | 0.87 |
| Hex | FF | E5 | BE | 0 | A | 19 | 0 | 24 | 64 | 57 |
| Octal | 377 | 345 | 276 | 0 | 12 | 31 | 0 | 44 | 144 | 127 |
| Binary | 11111111 | 11100101 | 10111110 | 0 | 1010 | 11001 | 0 | 100100 | 1100100 | 1010111 |
Color Harmonies of #FFE5BE
Complementary color
Monochromatic Colors of #FFE5BE
Black with #FFE5BE
Text Example
Text Example
White with #FFE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5BE; }
p { color: rgb(255,229,190); }
H1.HeaderClassName
{
color: #FFE5BE;
}
.AnyTagClassName
{
color: #FFE5BE;
}
</style>
background-color css
<style>
a { background-color: #FFE5BE; }
a { background-color: rgb(255,229,190); }
div.DivClassName
{
background-color: #FFE5BE;
}
.BgClassName
{
background-color: #FFE5BE;
}
</style>
border-color css
<style>
span { border-color: #FFE5BE; }
span { border-color: rgb(255,229,190); }
td.TdClassName
{
border-color: #FFE5BE;
}
.TagClassName
{
border-color: #FFE5BE;
}
</style>