Shades of Bisque #FEE2C0
Tints of Bisque #FEE2C0
RGB
CMYK
RGB Variations
Color information
#FEE2C0 (or 0xFEE2C0) is known color: Bisque. HEX triplet: FE, E2 and C0. RGB value is (254,226,192). Sum of RGB (Red+Green+Blue) = 254+226+192=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C0 is #011D3F. Grayscale: #E6E6E6. Windows color (decimal): -73024 or 12641022. OLE color: 12641022.
HSL color Cylindrical-coordinate representation of color #FEE2C0: hue angle of 32.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE2C0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 192 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.00 |
| HSL | 32.9º | 0.97% | 0.87% | - |
| HSV(B) | 32.9º | 0.24% | 1% | - |
| XYZ | 77.58 | 79.27 | 61.08 | - |
| YUV | 230.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 192 | 0 | 0.11 | 0.24 | 0.00 | 32.9 | 0.97 | 0.87 |
| Hex | FE | E2 | C0 | 0 | B | 18 | 0 | 21 | 61 | 57 |
| Octal | 376 | 342 | 300 | 0 | 13 | 30 | 0 | 41 | 141 | 127 |
| Binary | 11111110 | 11100010 | 11000000 | 0 | 1011 | 11000 | 0 | 100001 | 1100001 | 1010111 |
Color Harmonies of #FEE2C0
Complementary color
Monochromatic Colors of #FEE2C0
Black with #FEE2C0
Text Example
Text Example
White with #FEE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2C0; }
p { color: rgb(254,226,192); }
H1.HeaderClassName
{
color: #FEE2C0;
}
.AnyTagClassName
{
color: #FEE2C0;
}
</style>
background-color css
<style>
a { background-color: #FEE2C0; }
a { background-color: rgb(254,226,192); }
div.DivClassName
{
background-color: #FEE2C0;
}
.BgClassName
{
background-color: #FEE2C0;
}
</style>
border-color css
<style>
span { border-color: #FEE2C0; }
span { border-color: rgb(254,226,192); }
td.TdClassName
{
border-color: #FEE2C0;
}
.TagClassName
{
border-color: #FEE2C0;
}
</style>