Shades of Bisque #FEE7C5
Tints of Bisque #FEE7C5
RGB
CMYK
RGB Variations
Color information
#FEE7C5 (or 0xFEE7C5) is known color: Bisque. HEX triplet: FE, E7 and C5. RGB value is (254,231,197). Sum of RGB (Red+Green+Blue) = 254+231+197=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7C5 is #01183A. Grayscale: #EAEAEA. Windows color (decimal): -71739 or 12969982. OLE color: 12969982.
HSL color Cylindrical-coordinate representation of color #FEE7C5: hue angle of 35.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE7C5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 197 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.00 |
| HSL | 35.79º | 0.97% | 0.88% | - |
| HSV(B) | 35.79º | 0.22% | 1% | - |
| XYZ | 79.53 | 82.25 | 64.51 | - |
| YUV | 234 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 197 | 0 | 0.09 | 0.22 | 0.00 | 35.79 | 0.97 | 0.88 |
| Hex | FE | E7 | C5 | 0 | 9 | 16 | 0 | 24 | 61 | 58 |
| Octal | 376 | 347 | 305 | 0 | 11 | 26 | 0 | 44 | 141 | 130 |
| Binary | 11111110 | 11100111 | 11000101 | 0 | 1001 | 10110 | 0 | 100100 | 1100001 | 1011000 |
Color Harmonies of #FEE7C5
Complementary color
Monochromatic Colors of #FEE7C5
Black with #FEE7C5
Text Example
Text Example
White with #FEE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7C5; }
p { color: rgb(254,231,197); }
H1.HeaderClassName
{
color: #FEE7C5;
}
.AnyTagClassName
{
color: #FEE7C5;
}
</style>
background-color css
<style>
a { background-color: #FEE7C5; }
a { background-color: rgb(254,231,197); }
div.DivClassName
{
background-color: #FEE7C5;
}
.BgClassName
{
background-color: #FEE7C5;
}
</style>
border-color css
<style>
span { border-color: #FEE7C5; }
span { border-color: rgb(254,231,197); }
td.TdClassName
{
border-color: #FEE7C5;
}
.TagClassName
{
border-color: #FEE7C5;
}
</style>