Shades of Bisque #FEE2BF
Tints of Bisque #FEE2BF
RGB
CMYK
RGB Variations
Color information
#FEE2BF (or 0xFEE2BF) is known color: Bisque. HEX triplet: FE, E2 and BF. RGB value is (254,226,191). Sum of RGB (Red+Green+Blue) = 254+226+191=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BF is #011D40. Grayscale: #E6E6E6. Windows color (decimal): -73025 or 12575486. OLE color: 12575486.
HSL color Cylindrical-coordinate representation of color #FEE2BF: hue angle of 33.33º 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 #FEE2BF is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 191 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.00 |
| HSL | 33.33º | 0.97% | 0.87% | - |
| HSV(B) | 33.33º | 0.25% | 1% | - |
| XYZ | 77.47 | 79.23 | 60.5 | - |
| YUV | 230.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 191 | 0 | 0.11 | 0.25 | 0.00 | 33.33 | 0.97 | 0.87 |
| Hex | FE | E2 | BF | 0 | B | 19 | 0 | 21 | 61 | 57 |
| Octal | 376 | 342 | 277 | 0 | 13 | 31 | 0 | 41 | 141 | 127 |
| Binary | 11111110 | 11100010 | 10111111 | 0 | 1011 | 11001 | 0 | 100001 | 1100001 | 1010111 |
Color Harmonies of #FEE2BF
Complementary color
Monochromatic Colors of #FEE2BF
Black with #FEE2BF
Text Example
Text Example
White with #FEE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2BF; }
p { color: rgb(254,226,191); }
H1.HeaderClassName
{
color: #FEE2BF;
}
.AnyTagClassName
{
color: #FEE2BF;
}
</style>
background-color css
<style>
a { background-color: #FEE2BF; }
a { background-color: rgb(254,226,191); }
div.DivClassName
{
background-color: #FEE2BF;
}
.BgClassName
{
background-color: #FEE2BF;
}
</style>
border-color css
<style>
span { border-color: #FEE2BF; }
span { border-color: rgb(254,226,191); }
td.TdClassName
{
border-color: #FEE2BF;
}
.TagClassName
{
border-color: #FEE2BF;
}
</style>