Shades of Bisque #FEE3BD
Tints of Bisque #FEE3BD
RGB
CMYK
RGB Variations
Color information
#FEE3BD (or 0xFEE3BD) is known color: Bisque. HEX triplet: FE, E3 and BD. RGB value is (254,227,189). Sum of RGB (Red+Green+Blue) = 254+227+189=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BD is #011C42. Grayscale: #E6E6E6. Windows color (decimal): -72771 or 12444670. OLE color: 12444670.
HSL color Cylindrical-coordinate representation of color #FEE3BD: hue angle of 35.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE3BD is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 189 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.00 |
| HSL | 35.08º | 0.97% | 0.87% | - |
| HSV(B) | 35.08º | 0.26% | 1% | - |
| XYZ | 77.53 | 79.68 | 59.44 | - |
| YUV | 230.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 189 | 0 | 0.11 | 0.26 | 0.00 | 35.08 | 0.97 | 0.87 |
| Hex | FE | E3 | BD | 0 | B | 1A | 0 | 23 | 61 | 57 |
| Octal | 376 | 343 | 275 | 0 | 13 | 32 | 0 | 43 | 141 | 127 |
| Binary | 11111110 | 11100011 | 10111101 | 0 | 1011 | 11010 | 0 | 100011 | 1100001 | 1010111 |
Color Harmonies of #FEE3BD
Complementary color
Monochromatic Colors of #FEE3BD
Black with #FEE3BD
Text Example
Text Example
White with #FEE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3BD; }
p { color: rgb(254,227,189); }
H1.HeaderClassName
{
color: #FEE3BD;
}
.AnyTagClassName
{
color: #FEE3BD;
}
</style>
background-color css
<style>
a { background-color: #FEE3BD; }
a { background-color: rgb(254,227,189); }
div.DivClassName
{
background-color: #FEE3BD;
}
.BgClassName
{
background-color: #FEE3BD;
}
</style>
border-color css
<style>
span { border-color: #FEE3BD; }
span { border-color: rgb(254,227,189); }
td.TdClassName
{
border-color: #FEE3BD;
}
.TagClassName
{
border-color: #FEE3BD;
}
</style>