Shades of Bisque #FEE5BF
Tints of Bisque #FEE5BF
RGB
CMYK
RGB Variations
Color information
#FEE5BF (or 0xFEE5BF) is known color: Bisque. HEX triplet: FE, E5 and BF. RGB value is (254,229,191). Sum of RGB (Red+Green+Blue) = 254+229+191=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5BF is #011A40. Grayscale: #E8E8E8. Windows color (decimal): -72257 or 12576254. OLE color: 12576254.
HSL color Cylindrical-coordinate representation of color #FEE5BF: hue angle of 36.19º 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 #FEE5BF is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 191 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.00 |
| HSL | 36.19º | 0.97% | 0.87% | - |
| HSV(B) | 36.19º | 0.25% | 1% | - |
| XYZ | 78.3 | 80.87 | 60.77 | - |
| YUV | 232.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 191 | 0 | 0.10 | 0.25 | 0.00 | 36.19 | 0.97 | 0.87 |
| Hex | FE | E5 | BF | 0 | A | 19 | 0 | 24 | 61 | 57 |
| Octal | 376 | 345 | 277 | 0 | 12 | 31 | 0 | 44 | 141 | 127 |
| Binary | 11111110 | 11100101 | 10111111 | 0 | 1010 | 11001 | 0 | 100100 | 1100001 | 1010111 |
Color Harmonies of #FEE5BF
Complementary color
Monochromatic Colors of #FEE5BF
Black with #FEE5BF
Text Example
Text Example
White with #FEE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5BF; }
p { color: rgb(254,229,191); }
H1.HeaderClassName
{
color: #FEE5BF;
}
.AnyTagClassName
{
color: #FEE5BF;
}
</style>
background-color css
<style>
a { background-color: #FEE5BF; }
a { background-color: rgb(254,229,191); }
div.DivClassName
{
background-color: #FEE5BF;
}
.BgClassName
{
background-color: #FEE5BF;
}
</style>
border-color css
<style>
span { border-color: #FEE5BF; }
span { border-color: rgb(254,229,191); }
td.TdClassName
{
border-color: #FEE5BF;
}
.TagClassName
{
border-color: #FEE5BF;
}
</style>