Shades of Bisque #FEE0BF
Tints of Bisque #FEE0BF
RGB
CMYK
RGB Variations
Color information
#FEE0BF (or 0xFEE0BF) is known color: Bisque. HEX triplet: FE, E0 and BF. RGB value is (254,224,191). Sum of RGB (Red+Green+Blue) = 254+224+191=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BF is #011F40. Grayscale: #E5E5E5. Windows color (decimal): -73537 or 12574974. OLE color: 12574974.
HSL color Cylindrical-coordinate representation of color #FEE0BF: hue angle of 31.43º 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 #FEE0BF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 191 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.00 |
| HSL | 31.43º | 0.97% | 0.87% | - |
| HSV(B) | 31.43º | 0.25% | 1% | - |
| XYZ | 76.93 | 78.14 | 60.32 | - |
| YUV | 229.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 191 | 0 | 0.12 | 0.25 | 0.00 | 31.43 | 0.97 | 0.87 |
| Hex | FE | E0 | BF | 0 | C | 19 | 0 | 1F | 61 | 57 |
| Octal | 376 | 340 | 277 | 0 | 14 | 31 | 0 | 37 | 141 | 127 |
| Binary | 11111110 | 11100000 | 10111111 | 0 | 1100 | 11001 | 0 | 11111 | 1100001 | 1010111 |
Color Harmonies of #FEE0BF
Complementary color
Monochromatic Colors of #FEE0BF
Black with #FEE0BF
Text Example
Text Example
White with #FEE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0BF; }
p { color: rgb(254,224,191); }
H1.HeaderClassName
{
color: #FEE0BF;
}
.AnyTagClassName
{
color: #FEE0BF;
}
</style>
background-color css
<style>
a { background-color: #FEE0BF; }
a { background-color: rgb(254,224,191); }
div.DivClassName
{
background-color: #FEE0BF;
}
.BgClassName
{
background-color: #FEE0BF;
}
</style>
border-color css
<style>
span { border-color: #FEE0BF; }
span { border-color: rgb(254,224,191); }
td.TdClassName
{
border-color: #FEE0BF;
}
.TagClassName
{
border-color: #FEE0BF;
}
</style>