Shades of Bisque #FEE4BE
Tints of Bisque #FEE4BE
RGB
CMYK
RGB Variations
Color information
#FEE4BE (or 0xFEE4BE) is known color: Bisque. HEX triplet: FE, E4 and BE. RGB value is (254,228,190). Sum of RGB (Red+Green+Blue) = 254+228+190=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4BE is #011B41. Grayscale: #E7E7E7. Windows color (decimal): -72514 or 12510462. OLE color: 12510462.
HSL color Cylindrical-coordinate representation of color #FEE4BE: hue angle of 35.62º 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 #FEE4BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.00 |
| HSL | 35.63º | 0.97% | 0.87% | - |
| HSV(B) | 35.63º | 0.25% | 1% | - |
| XYZ | 77.91 | 80.28 | 60.1 | - |
| YUV | 231.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 190 | 0 | 0.10 | 0.25 | 0.00 | 35.63 | 0.97 | 0.87 |
| Hex | FE | E4 | BE | 0 | A | 19 | 0 | 24 | 61 | 57 |
| Octal | 376 | 344 | 276 | 0 | 12 | 31 | 0 | 44 | 141 | 127 |
| Binary | 11111110 | 11100100 | 10111110 | 0 | 1010 | 11001 | 0 | 100100 | 1100001 | 1010111 |
Color Harmonies of #FEE4BE
Complementary color
Monochromatic Colors of #FEE4BE
Black with #FEE4BE
Text Example
Text Example
White with #FEE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4BE; }
p { color: rgb(254,228,190); }
H1.HeaderClassName
{
color: #FEE4BE;
}
.AnyTagClassName
{
color: #FEE4BE;
}
</style>
background-color css
<style>
a { background-color: #FEE4BE; }
a { background-color: rgb(254,228,190); }
div.DivClassName
{
background-color: #FEE4BE;
}
.BgClassName
{
background-color: #FEE4BE;
}
</style>
border-color css
<style>
span { border-color: #FEE4BE; }
span { border-color: rgb(254,228,190); }
td.TdClassName
{
border-color: #FEE4BE;
}
.TagClassName
{
border-color: #FEE4BE;
}
</style>