Shades of Bisque #FEE4C1
Tints of Bisque #FEE4C1
RGB
CMYK
RGB Variations
Color information
#FEE4C1 (or 0xFEE4C1) is known color: Bisque. HEX triplet: FE, E4 and C1. RGB value is (254,228,193). Sum of RGB (Red+Green+Blue) = 254+228+193=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4C1 is #011B3E. Grayscale: #E7E7E7. Windows color (decimal): -72511 or 12707070. OLE color: 12707070.
HSL color Cylindrical-coordinate representation of color #FEE4C1: hue angle of 34.43º 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 #FEE4C1 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 193 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.00 |
| HSL | 34.43º | 0.97% | 0.88% | - |
| HSV(B) | 34.43º | 0.24% | 1% | - |
| XYZ | 78.24 | 80.41 | 61.85 | - |
| YUV | 231.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 193 | 0 | 0.10 | 0.24 | 0.00 | 34.43 | 0.97 | 0.88 |
| Hex | FE | E4 | C1 | 0 | A | 18 | 0 | 22 | 61 | 58 |
| Octal | 376 | 344 | 301 | 0 | 12 | 30 | 0 | 42 | 141 | 130 |
| Binary | 11111110 | 11100100 | 11000001 | 0 | 1010 | 11000 | 0 | 100010 | 1100001 | 1011000 |
Color Harmonies of #FEE4C1
Complementary color
Monochromatic Colors of #FEE4C1
Black with #FEE4C1
Text Example
Text Example
White with #FEE4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4C1; }
p { color: rgb(254,228,193); }
H1.HeaderClassName
{
color: #FEE4C1;
}
.AnyTagClassName
{
color: #FEE4C1;
}
</style>
background-color css
<style>
a { background-color: #FEE4C1; }
a { background-color: rgb(254,228,193); }
div.DivClassName
{
background-color: #FEE4C1;
}
.BgClassName
{
background-color: #FEE4C1;
}
</style>
border-color css
<style>
span { border-color: #FEE4C1; }
span { border-color: rgb(254,228,193); }
td.TdClassName
{
border-color: #FEE4C1;
}
.TagClassName
{
border-color: #FEE4C1;
}
</style>