Shades of Bisque #FEE3C4
Tints of Bisque #FEE3C4
RGB
CMYK
RGB Variations
Color information
#FEE3C4 (or 0xFEE3C4) is known color: Bisque. HEX triplet: FE, E3 and C4. RGB value is (254,227,196). Sum of RGB (Red+Green+Blue) = 254+227+196=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 196 (76.95% from 255 or 28.95% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C4 is #011C3B. Grayscale: #E7E7E7. Windows color (decimal): -72764 or 12903422. OLE color: 12903422.
HSL color Cylindrical-coordinate representation of color #FEE3C4: hue angle of 32.07º 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 #FEE3C4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 196 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.00 |
| HSL | 32.07º | 0.97% | 0.88% | - |
| HSV(B) | 32.07º | 0.23% | 1% | - |
| XYZ | 78.31 | 79.99 | 63.54 | - |
| YUV | 231.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 196 | 0 | 0.11 | 0.23 | 0.00 | 32.07 | 0.97 | 0.88 |
| Hex | FE | E3 | C4 | 0 | B | 17 | 0 | 20 | 61 | 58 |
| Octal | 376 | 343 | 304 | 0 | 13 | 27 | 0 | 40 | 141 | 130 |
| Binary | 11111110 | 11100011 | 11000100 | 0 | 1011 | 10111 | 0 | 100000 | 1100001 | 1011000 |
Color Harmonies of #FEE3C4
Complementary color
Monochromatic Colors of #FEE3C4
Black with #FEE3C4
Text Example
Text Example
White with #FEE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3C4; }
p { color: rgb(254,227,196); }
H1.HeaderClassName
{
color: #FEE3C4;
}
.AnyTagClassName
{
color: #FEE3C4;
}
</style>
background-color css
<style>
a { background-color: #FEE3C4; }
a { background-color: rgb(254,227,196); }
div.DivClassName
{
background-color: #FEE3C4;
}
.BgClassName
{
background-color: #FEE3C4;
}
</style>
border-color css
<style>
span { border-color: #FEE3C4; }
span { border-color: rgb(254,227,196); }
td.TdClassName
{
border-color: #FEE3C4;
}
.TagClassName
{
border-color: #FEE3C4;
}
</style>