Shades of Bisque #FEE0BD
Tints of Bisque #FEE0BD
RGB
CMYK
RGB Variations
Color information
#FEE0BD (or 0xFEE0BD) is known color: Bisque. HEX triplet: FE, E0 and BD. RGB value is (254,224,189). Sum of RGB (Red+Green+Blue) = 254+224+189=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BD is #011F42. Grayscale: #E5E5E5. Windows color (decimal): -73539 or 12443902. OLE color: 12443902.
HSL color Cylindrical-coordinate representation of color #FEE0BD: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE0BD is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 189 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.00 |
| HSL | 32.31º | 0.97% | 0.87% | - |
| HSV(B) | 32.31º | 0.26% | 1% | - |
| XYZ | 76.71 | 78.06 | 59.17 | - |
| YUV | 228.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 189 | 0 | 0.12 | 0.26 | 0.00 | 32.31 | 0.97 | 0.87 |
| Hex | FE | E0 | BD | 0 | C | 1A | 0 | 20 | 61 | 57 |
| Octal | 376 | 340 | 275 | 0 | 14 | 32 | 0 | 40 | 141 | 127 |
| Binary | 11111110 | 11100000 | 10111101 | 0 | 1100 | 11010 | 0 | 100000 | 1100001 | 1010111 |
Color Harmonies of #FEE0BD
Complementary color
Monochromatic Colors of #FEE0BD
Black with #FEE0BD
Text Example
Text Example
White with #FEE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0BD; }
p { color: rgb(254,224,189); }
H1.HeaderClassName
{
color: #FEE0BD;
}
.AnyTagClassName
{
color: #FEE0BD;
}
</style>
background-color css
<style>
a { background-color: #FEE0BD; }
a { background-color: rgb(254,224,189); }
div.DivClassName
{
background-color: #FEE0BD;
}
.BgClassName
{
background-color: #FEE0BD;
}
</style>
border-color css
<style>
span { border-color: #FEE0BD; }
span { border-color: rgb(254,224,189); }
td.TdClassName
{
border-color: #FEE0BD;
}
.TagClassName
{
border-color: #FEE0BD;
}
</style>