Shades of Bisque #FEE2C4
Tints of Bisque #FEE2C4
RGB
CMYK
RGB Variations
Color information
#FEE2C4 (or 0xFEE2C4) is known color: Bisque. HEX triplet: FE, E2 and C4. RGB value is (254,226,196). Sum of RGB (Red+Green+Blue) = 254+226+196=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 196 (76.95% from 255 or 28.99% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C4 is #011D3B. Grayscale: #E7E7E7. Windows color (decimal): -73020 or 12903166. OLE color: 12903166.
HSL color Cylindrical-coordinate representation of color #FEE2C4: hue angle of 31.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEE2C4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 196 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.00 |
| HSL | 31.03º | 0.97% | 0.88% | - |
| HSV(B) | 31.03º | 0.23% | 1% | - |
| XYZ | 78.03 | 79.45 | 63.45 | - |
| YUV | 230.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 196 | 0 | 0.11 | 0.23 | 0.00 | 31.03 | 0.97 | 0.88 |
| Hex | FE | E2 | C4 | 0 | B | 17 | 0 | 1F | 61 | 58 |
| Octal | 376 | 342 | 304 | 0 | 13 | 27 | 0 | 37 | 141 | 130 |
| Binary | 11111110 | 11100010 | 11000100 | 0 | 1011 | 10111 | 0 | 11111 | 1100001 | 1011000 |
Color Harmonies of #FEE2C4
Complementary color
Monochromatic Colors of #FEE2C4
Black with #FEE2C4
Text Example
Text Example
White with #FEE2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2C4; }
p { color: rgb(254,226,196); }
H1.HeaderClassName
{
color: #FEE2C4;
}
.AnyTagClassName
{
color: #FEE2C4;
}
</style>
background-color css
<style>
a { background-color: #FEE2C4; }
a { background-color: rgb(254,226,196); }
div.DivClassName
{
background-color: #FEE2C4;
}
.BgClassName
{
background-color: #FEE2C4;
}
</style>
border-color css
<style>
span { border-color: #FEE2C4; }
span { border-color: rgb(254,226,196); }
td.TdClassName
{
border-color: #FEE2C4;
}
.TagClassName
{
border-color: #FEE2C4;
}
</style>