Shades of Bisque #FEE2BC
Tints of Bisque #FEE2BC
RGB
CMYK
RGB Variations
Color information
#FEE2BC (or 0xFEE2BC) is known color: Bisque. HEX triplet: FE, E2 and BC. RGB value is (254,226,188). Sum of RGB (Red+Green+Blue) = 254+226+188=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BC is #011D43. Grayscale: #E6E6E6. Windows color (decimal): -73028 or 12378878. OLE color: 12378878.
HSL color Cylindrical-coordinate representation of color #FEE2BC: hue angle of 34.55º 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 #FEE2BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.00 |
| HSL | 34.55º | 0.97% | 0.87% | - |
| HSV(B) | 34.55º | 0.26% | 1% | - |
| XYZ | 77.15 | 79.09 | 58.78 | - |
| YUV | 230.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 188 | 0 | 0.11 | 0.26 | 0.00 | 34.55 | 0.97 | 0.87 |
| Hex | FE | E2 | BC | 0 | B | 1A | 0 | 23 | 61 | 57 |
| Octal | 376 | 342 | 274 | 0 | 13 | 32 | 0 | 43 | 141 | 127 |
| Binary | 11111110 | 11100010 | 10111100 | 0 | 1011 | 11010 | 0 | 100011 | 1100001 | 1010111 |
Color Harmonies of #FEE2BC
Complementary color
Monochromatic Colors of #FEE2BC
Black with #FEE2BC
Text Example
Text Example
White with #FEE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2BC; }
p { color: rgb(254,226,188); }
H1.HeaderClassName
{
color: #FEE2BC;
}
.AnyTagClassName
{
color: #FEE2BC;
}
</style>
background-color css
<style>
a { background-color: #FEE2BC; }
a { background-color: rgb(254,226,188); }
div.DivClassName
{
background-color: #FEE2BC;
}
.BgClassName
{
background-color: #FEE2BC;
}
</style>
border-color css
<style>
span { border-color: #FEE2BC; }
span { border-color: rgb(254,226,188); }
td.TdClassName
{
border-color: #FEE2BC;
}
.TagClassName
{
border-color: #FEE2BC;
}
</style>