Shades of Bisque #FEE3BF
Tints of Bisque #FEE3BF
RGB
CMYK
RGB Variations
Color information
#FEE3BF (or 0xFEE3BF) is known color: Bisque. HEX triplet: FE, E3 and BF. RGB value is (254,227,191). Sum of RGB (Red+Green+Blue) = 254+227+191=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BF is #011C40. Grayscale: #E7E7E7. Windows color (decimal): -72769 or 12575742. OLE color: 12575742.
HSL color Cylindrical-coordinate representation of color #FEE3BF: hue angle of 34.29º 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 #FEE3BF is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 191 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.00 |
| HSL | 34.29º | 0.97% | 0.87% | - |
| HSV(B) | 34.29º | 0.25% | 1% | - |
| XYZ | 77.75 | 79.77 | 60.59 | - |
| YUV | 230.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 191 | 0 | 0.11 | 0.25 | 0.00 | 34.29 | 0.97 | 0.87 |
| Hex | FE | E3 | BF | 0 | B | 19 | 0 | 22 | 61 | 57 |
| Octal | 376 | 343 | 277 | 0 | 13 | 31 | 0 | 42 | 141 | 127 |
| Binary | 11111110 | 11100011 | 10111111 | 0 | 1011 | 11001 | 0 | 100010 | 1100001 | 1010111 |
Color Harmonies of #FEE3BF
Complementary color
Monochromatic Colors of #FEE3BF
Black with #FEE3BF
Text Example
Text Example
White with #FEE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3BF; }
p { color: rgb(254,227,191); }
H1.HeaderClassName
{
color: #FEE3BF;
}
.AnyTagClassName
{
color: #FEE3BF;
}
</style>
background-color css
<style>
a { background-color: #FEE3BF; }
a { background-color: rgb(254,227,191); }
div.DivClassName
{
background-color: #FEE3BF;
}
.BgClassName
{
background-color: #FEE3BF;
}
</style>
border-color css
<style>
span { border-color: #FEE3BF; }
span { border-color: rgb(254,227,191); }
td.TdClassName
{
border-color: #FEE3BF;
}
.TagClassName
{
border-color: #FEE3BF;
}
</style>