Shades of Bisque #FEE3C1
Tints of Bisque #FEE3C1
RGB
CMYK
RGB Variations
Color information
#FEE3C1 (or 0xFEE3C1) is known color: Bisque. HEX triplet: FE, E3 and C1. RGB value is (254,227,193). Sum of RGB (Red+Green+Blue) = 254+227+193=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 193 (75.78% from 255 or 28.64% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C1 is #011C3E. Grayscale: #E7E7E7. Windows color (decimal): -72767 or 12706814. OLE color: 12706814.
HSL color Cylindrical-coordinate representation of color #FEE3C1: hue angle of 33.44º 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 #FEE3C1 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 193 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.00 |
| HSL | 33.44º | 0.97% | 0.88% | - |
| HSV(B) | 33.44º | 0.24% | 1% | - |
| XYZ | 77.97 | 79.86 | 61.76 | - |
| YUV | 231.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 193 | 0 | 0.11 | 0.24 | 0.00 | 33.44 | 0.97 | 0.88 |
| Hex | FE | E3 | C1 | 0 | B | 18 | 0 | 21 | 61 | 58 |
| Octal | 376 | 343 | 301 | 0 | 13 | 30 | 0 | 41 | 141 | 130 |
| Binary | 11111110 | 11100011 | 11000001 | 0 | 1011 | 11000 | 0 | 100001 | 1100001 | 1011000 |
Color Harmonies of #FEE3C1
Complementary color
Monochromatic Colors of #FEE3C1
Black with #FEE3C1
Text Example
Text Example
White with #FEE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3C1; }
p { color: rgb(254,227,193); }
H1.HeaderClassName
{
color: #FEE3C1;
}
.AnyTagClassName
{
color: #FEE3C1;
}
</style>
background-color css
<style>
a { background-color: #FEE3C1; }
a { background-color: rgb(254,227,193); }
div.DivClassName
{
background-color: #FEE3C1;
}
.BgClassName
{
background-color: #FEE3C1;
}
</style>
border-color css
<style>
span { border-color: #FEE3C1; }
span { border-color: rgb(254,227,193); }
td.TdClassName
{
border-color: #FEE3C1;
}
.TagClassName
{
border-color: #FEE3C1;
}
</style>