Shades of Bisque #FEE0BE
Tints of Bisque #FEE0BE
RGB
CMYK
RGB Variations
Color information
#FEE0BE (or 0xFEE0BE) is known color: Bisque. HEX triplet: FE, E0 and BE. RGB value is (254,224,190). Sum of RGB (Red+Green+Blue) = 254+224+190=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BE is #011F41. Grayscale: #E5E5E5. Windows color (decimal): -73538 or 12509438. OLE color: 12509438.
HSL color Cylindrical-coordinate representation of color #FEE0BE: hue angle of 31.88º 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 #FEE0BE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 190 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.00 |
| HSL | 31.88º | 0.97% | 0.87% | - |
| HSV(B) | 31.88º | 0.25% | 1% | - |
| XYZ | 76.82 | 78.1 | 59.74 | - |
| YUV | 229.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 190 | 0 | 0.12 | 0.25 | 0.00 | 31.88 | 0.97 | 0.87 |
| Hex | FE | E0 | BE | 0 | C | 19 | 0 | 20 | 61 | 57 |
| Octal | 376 | 340 | 276 | 0 | 14 | 31 | 0 | 40 | 141 | 127 |
| Binary | 11111110 | 11100000 | 10111110 | 0 | 1100 | 11001 | 0 | 100000 | 1100001 | 1010111 |
Color Harmonies of #FEE0BE
Complementary color
Monochromatic Colors of #FEE0BE
Black with #FEE0BE
Text Example
Text Example
White with #FEE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0BE; }
p { color: rgb(254,224,190); }
H1.HeaderClassName
{
color: #FEE0BE;
}
.AnyTagClassName
{
color: #FEE0BE;
}
</style>
background-color css
<style>
a { background-color: #FEE0BE; }
a { background-color: rgb(254,224,190); }
div.DivClassName
{
background-color: #FEE0BE;
}
.BgClassName
{
background-color: #FEE0BE;
}
</style>
border-color css
<style>
span { border-color: #FEE0BE; }
span { border-color: rgb(254,224,190); }
td.TdClassName
{
border-color: #FEE0BE;
}
.TagClassName
{
border-color: #FEE0BE;
}
</style>