Shades of Bisque #FEE3BE
Tints of Bisque #FEE3BE
RGB
CMYK
RGB Variations
Color information
#FEE3BE (or 0xFEE3BE) is known color: Bisque. HEX triplet: FE, E3 and BE. RGB value is (254,227,190). Sum of RGB (Red+Green+Blue) = 254+227+190=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BE is #011C41. Grayscale: #E7E7E7. Windows color (decimal): -72770 or 12510206. OLE color: 12510206.
HSL color Cylindrical-coordinate representation of color #FEE3BE: hue angle of 34.69º 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 #FEE3BE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 190 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.00 |
| HSL | 34.69º | 0.97% | 0.87% | - |
| HSV(B) | 34.69º | 0.25% | 1% | - |
| XYZ | 77.64 | 79.73 | 60.01 | - |
| YUV | 230.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 190 | 0 | 0.11 | 0.25 | 0.00 | 34.69 | 0.97 | 0.87 |
| Hex | FE | E3 | BE | 0 | B | 19 | 0 | 23 | 61 | 57 |
| Octal | 376 | 343 | 276 | 0 | 13 | 31 | 0 | 43 | 141 | 127 |
| Binary | 11111110 | 11100011 | 10111110 | 0 | 1011 | 11001 | 0 | 100011 | 1100001 | 1010111 |
Color Harmonies of #FEE3BE
Complementary color
Monochromatic Colors of #FEE3BE
Black with #FEE3BE
Text Example
Text Example
White with #FEE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3BE; }
p { color: rgb(254,227,190); }
H1.HeaderClassName
{
color: #FEE3BE;
}
.AnyTagClassName
{
color: #FEE3BE;
}
</style>
background-color css
<style>
a { background-color: #FEE3BE; }
a { background-color: rgb(254,227,190); }
div.DivClassName
{
background-color: #FEE3BE;
}
.BgClassName
{
background-color: #FEE3BE;
}
</style>
border-color css
<style>
span { border-color: #FEE3BE; }
span { border-color: rgb(254,227,190); }
td.TdClassName
{
border-color: #FEE3BE;
}
.TagClassName
{
border-color: #FEE3BE;
}
</style>