Shades of Bisque #FEE5C7
Tints of Bisque #FEE5C7
RGB
CMYK
RGB Variations
Color information
#FEE5C7 (or 0xFEE5C7) is known color: Bisque. HEX triplet: FE, E5 and C7. RGB value is (254,229,199). Sum of RGB (Red+Green+Blue) = 254+229+199=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C7 is #011A38. Grayscale: #E9E9E9. Windows color (decimal): -72249 or 13100542. OLE color: 13100542.
HSL color Cylindrical-coordinate representation of color #FEE5C7: hue angle of 32.73º 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 #FEE5C7 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 199 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.00 |
| HSL | 32.73º | 0.96% | 0.89% | - |
| HSV(B) | 32.73º | 0.22% | 1% | - |
| XYZ | 79.2 | 81.23 | 65.54 | - |
| YUV | 233.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 199 | 0 | 0.10 | 0.22 | 0.00 | 32.73 | 0.96 | 0.89 |
| Hex | FE | E5 | C7 | 0 | A | 16 | 0 | 21 | 60 | 59 |
| Octal | 376 | 345 | 307 | 0 | 12 | 26 | 0 | 41 | 140 | 131 |
| Binary | 11111110 | 11100101 | 11000111 | 0 | 1010 | 10110 | 0 | 100001 | 1100000 | 1011001 |
Color Harmonies of #FEE5C7
Complementary color
Monochromatic Colors of #FEE5C7
Black with #FEE5C7
Text Example
Text Example
White with #FEE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5C7; }
p { color: rgb(254,229,199); }
H1.HeaderClassName
{
color: #FEE5C7;
}
.AnyTagClassName
{
color: #FEE5C7;
}
</style>
background-color css
<style>
a { background-color: #FEE5C7; }
a { background-color: rgb(254,229,199); }
div.DivClassName
{
background-color: #FEE5C7;
}
.BgClassName
{
background-color: #FEE5C7;
}
</style>
border-color css
<style>
span { border-color: #FEE5C7; }
span { border-color: rgb(254,229,199); }
td.TdClassName
{
border-color: #FEE5C7;
}
.TagClassName
{
border-color: #FEE5C7;
}
</style>