Shades of Bisque #FEE7C7
Tints of Bisque #FEE7C7
RGB
CMYK
RGB Variations
Color information
#FEE7C7 (or 0xFEE7C7) is known color: Bisque. HEX triplet: FE, E7 and C7. RGB value is (254,231,199). Sum of RGB (Red+Green+Blue) = 254+231+199=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 199 (78.12% from 255 or 29.09% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7C7 is #011838. Grayscale: #EAEAEA. Windows color (decimal): -71737 or 13101054. OLE color: 13101054.
HSL color Cylindrical-coordinate representation of color #FEE7C7: hue angle of 34.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE7C7 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 199 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.00 |
| HSL | 34.91º | 0.96% | 0.89% | - |
| HSV(B) | 34.91º | 0.22% | 1% | - |
| XYZ | 79.76 | 82.35 | 65.72 | - |
| YUV | 234.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 199 | 0 | 0.09 | 0.22 | 0.00 | 34.91 | 0.96 | 0.89 |
| Hex | FE | E7 | C7 | 0 | 9 | 16 | 0 | 23 | 60 | 59 |
| Octal | 376 | 347 | 307 | 0 | 11 | 26 | 0 | 43 | 140 | 131 |
| Binary | 11111110 | 11100111 | 11000111 | 0 | 1001 | 10110 | 0 | 100011 | 1100000 | 1011001 |
Color Harmonies of #FEE7C7
Complementary color
Monochromatic Colors of #FEE7C7
Black with #FEE7C7
Text Example
Text Example
White with #FEE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7C7; }
p { color: rgb(254,231,199); }
H1.HeaderClassName
{
color: #FEE7C7;
}
.AnyTagClassName
{
color: #FEE7C7;
}
</style>
background-color css
<style>
a { background-color: #FEE7C7; }
a { background-color: rgb(254,231,199); }
div.DivClassName
{
background-color: #FEE7C7;
}
.BgClassName
{
background-color: #FEE7C7;
}
</style>
border-color css
<style>
span { border-color: #FEE7C7; }
span { border-color: rgb(254,231,199); }
td.TdClassName
{
border-color: #FEE7C7;
}
.TagClassName
{
border-color: #FEE7C7;
}
</style>