Shades of Bisque #FEE5BE
Tints of Bisque #FEE5BE
RGB
CMYK
RGB Variations
Color information
#FEE5BE (or 0xFEE5BE) is known color: Bisque. HEX triplet: FE, E5 and BE. RGB value is (254,229,190). Sum of RGB (Red+Green+Blue) = 254+229+190=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5BE is #011A41. Grayscale: #E8E8E8. Windows color (decimal): -72258 or 12510718. OLE color: 12510718.
HSL color Cylindrical-coordinate representation of color #FEE5BE: hue angle of 36.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEE5BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.00 |
| HSL | 36.56º | 0.97% | 0.87% | - |
| HSV(B) | 36.56º | 0.25% | 1% | - |
| XYZ | 78.19 | 80.83 | 60.2 | - |
| YUV | 232.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 190 | 0 | 0.10 | 0.25 | 0.00 | 36.56 | 0.97 | 0.87 |
| Hex | FE | E5 | BE | 0 | A | 19 | 0 | 25 | 61 | 57 |
| Octal | 376 | 345 | 276 | 0 | 12 | 31 | 0 | 45 | 141 | 127 |
| Binary | 11111110 | 11100101 | 10111110 | 0 | 1010 | 11001 | 0 | 100101 | 1100001 | 1010111 |
Color Harmonies of #FEE5BE
Complementary color
Monochromatic Colors of #FEE5BE
Black with #FEE5BE
Text Example
Text Example
White with #FEE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5BE; }
p { color: rgb(254,229,190); }
H1.HeaderClassName
{
color: #FEE5BE;
}
.AnyTagClassName
{
color: #FEE5BE;
}
</style>
background-color css
<style>
a { background-color: #FEE5BE; }
a { background-color: rgb(254,229,190); }
div.DivClassName
{
background-color: #FEE5BE;
}
.BgClassName
{
background-color: #FEE5BE;
}
</style>
border-color css
<style>
span { border-color: #FEE5BE; }
span { border-color: rgb(254,229,190); }
td.TdClassName
{
border-color: #FEE5BE;
}
.TagClassName
{
border-color: #FEE5BE;
}
</style>