Shades of Bisque #FEE0C1
Tints of Bisque #FEE0C1
RGB
CMYK
RGB Variations
Color information
#FEE0C1 (or 0xFEE0C1) is known color: Bisque. HEX triplet: FE, E0 and C1. RGB value is (254,224,193). Sum of RGB (Red+Green+Blue) = 254+224+193=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0C1 is #011F3E. Grayscale: #E5E5E5. Windows color (decimal): -73535 or 12706046. OLE color: 12706046.
HSL color Cylindrical-coordinate representation of color #FEE0C1: hue angle of 30.49º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE0C1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 193 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.00 |
| HSL | 30.49º | 0.97% | 0.88% | - |
| HSV(B) | 30.49º | 0.24% | 1% | - |
| XYZ | 77.15 | 78.23 | 61.49 | - |
| YUV | 229.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 193 | 0 | 0.12 | 0.24 | 0.00 | 30.49 | 0.97 | 0.88 |
| Hex | FE | E0 | C1 | 0 | C | 18 | 0 | 1E | 61 | 58 |
| Octal | 376 | 340 | 301 | 0 | 14 | 30 | 0 | 36 | 141 | 130 |
| Binary | 11111110 | 11100000 | 11000001 | 0 | 1100 | 11000 | 0 | 11110 | 1100001 | 1011000 |
Color Harmonies of #FEE0C1
Complementary color
Monochromatic Colors of #FEE0C1
Black with #FEE0C1
Text Example
Text Example
White with #FEE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0C1; }
p { color: rgb(254,224,193); }
H1.HeaderClassName
{
color: #FEE0C1;
}
.AnyTagClassName
{
color: #FEE0C1;
}
</style>
background-color css
<style>
a { background-color: #FEE0C1; }
a { background-color: rgb(254,224,193); }
div.DivClassName
{
background-color: #FEE0C1;
}
.BgClassName
{
background-color: #FEE0C1;
}
</style>
border-color css
<style>
span { border-color: #FEE0C1; }
span { border-color: rgb(254,224,193); }
td.TdClassName
{
border-color: #FEE0C1;
}
.TagClassName
{
border-color: #FEE0C1;
}
</style>