Shades of Bisque #FEE5C9
Tints of Bisque #FEE5C9
RGB
CMYK
RGB Variations
Color information
#FEE5C9 (or 0xFEE5C9) is known color: Bisque. HEX triplet: FE, E5 and C9. RGB value is (254,229,201). Sum of RGB (Red+Green+Blue) = 254+229+201=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 201 (78.91% from 255 or 29.39% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C9 is #011A36. Grayscale: #E9E9E9. Windows color (decimal): -72247 or 13231614. OLE color: 13231614.
HSL color Cylindrical-coordinate representation of color #FEE5C9: hue angle of 31.7º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEE5C9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 201 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.00 |
| HSL | 31.7º | 0.96% | 0.89% | - |
| HSV(B) | 31.7º | 0.21% | 1% | - |
| XYZ | 79.43 | 81.33 | 66.77 | - |
| YUV | 233.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 201 | 0 | 0.10 | 0.21 | 0.00 | 31.7 | 0.96 | 0.89 |
| Hex | FE | E5 | C9 | 0 | A | 15 | 0 | 20 | 60 | 59 |
| Octal | 376 | 345 | 311 | 0 | 12 | 25 | 0 | 40 | 140 | 131 |
| Binary | 11111110 | 11100101 | 11001001 | 0 | 1010 | 10101 | 0 | 100000 | 1100000 | 1011001 |
Color Harmonies of #FEE5C9
Complementary color
Monochromatic Colors of #FEE5C9
Black with #FEE5C9
Text Example
Text Example
White with #FEE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5C9; }
p { color: rgb(254,229,201); }
H1.HeaderClassName
{
color: #FEE5C9;
}
.AnyTagClassName
{
color: #FEE5C9;
}
</style>
background-color css
<style>
a { background-color: #FEE5C9; }
a { background-color: rgb(254,229,201); }
div.DivClassName
{
background-color: #FEE5C9;
}
.BgClassName
{
background-color: #FEE5C9;
}
</style>
border-color css
<style>
span { border-color: #FEE5C9; }
span { border-color: rgb(254,229,201); }
td.TdClassName
{
border-color: #FEE5C9;
}
.TagClassName
{
border-color: #FEE5C9;
}
</style>