Shades of Bisque #FEE7C6
Tints of Bisque #FEE7C6
RGB
CMYK
RGB Variations
Color information
#FEE7C6 (or 0xFEE7C6) is known color: Bisque. HEX triplet: FE, E7 and C6. RGB value is (254,231,198). Sum of RGB (Red+Green+Blue) = 254+231+198=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 198 (77.73% from 255 or 28.99% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7C6 is #011839. Grayscale: #EAEAEA. Windows color (decimal): -71738 or 13035518. OLE color: 13035518.
HSL color Cylindrical-coordinate representation of color #FEE7C6: hue angle of 35.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 198 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.00 |
| HSL | 35.36º | 0.97% | 0.89% | - |
| HSV(B) | 35.36º | 0.22% | 1% | - |
| XYZ | 79.64 | 82.3 | 65.11 | - |
| YUV | 234.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 198 | 0 | 0.09 | 0.22 | 0.00 | 35.36 | 0.97 | 0.89 |
| Hex | FE | E7 | C6 | 0 | 9 | 16 | 0 | 23 | 61 | 59 |
| Octal | 376 | 347 | 306 | 0 | 11 | 26 | 0 | 43 | 141 | 131 |
| Binary | 11111110 | 11100111 | 11000110 | 0 | 1001 | 10110 | 0 | 100011 | 1100001 | 1011001 |
Color Harmonies of #FEE7C6
Complementary color
Monochromatic Colors of #FEE7C6
Black with #FEE7C6
Text Example
Text Example
White with #FEE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7C6; }
p { color: rgb(254,231,198); }
H1.HeaderClassName
{
color: #FEE7C6;
}
.AnyTagClassName
{
color: #FEE7C6;
}
</style>
background-color css
<style>
a { background-color: #FEE7C6; }
a { background-color: rgb(254,231,198); }
div.DivClassName
{
background-color: #FEE7C6;
}
.BgClassName
{
background-color: #FEE7C6;
}
</style>
border-color css
<style>
span { border-color: #FEE7C6; }
span { border-color: rgb(254,231,198); }
td.TdClassName
{
border-color: #FEE7C6;
}
.TagClassName
{
border-color: #FEE7C6;
}
</style>