Shades of Bisque #FEE6C5
Tints of Bisque #FEE6C5
RGB
CMYK
RGB Variations
Color information
#FEE6C5 (or 0xFEE6C5) is known color: Bisque. HEX triplet: FE, E6 and C5. RGB value is (254,230,197). Sum of RGB (Red+Green+Blue) = 254+230+197=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C5 is #01193A. Grayscale: #E9E9E9. Windows color (decimal): -71995 or 12969726. OLE color: 12969726.
HSL color Cylindrical-coordinate representation of color #FEE6C5: hue angle of 34.74º 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 #FEE6C5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 197 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.00 |
| HSL | 34.74º | 0.97% | 0.88% | - |
| HSV(B) | 34.74º | 0.22% | 1% | - |
| XYZ | 79.25 | 81.7 | 64.42 | - |
| YUV | 233.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 197 | 0 | 0.09 | 0.22 | 0.00 | 34.74 | 0.97 | 0.88 |
| Hex | FE | E6 | C5 | 0 | 9 | 16 | 0 | 23 | 61 | 58 |
| Octal | 376 | 346 | 305 | 0 | 11 | 26 | 0 | 43 | 141 | 130 |
| Binary | 11111110 | 11100110 | 11000101 | 0 | 1001 | 10110 | 0 | 100011 | 1100001 | 1011000 |
Color Harmonies of #FEE6C5
Complementary color
Monochromatic Colors of #FEE6C5
Black with #FEE6C5
Text Example
Text Example
White with #FEE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6C5; }
p { color: rgb(254,230,197); }
H1.HeaderClassName
{
color: #FEE6C5;
}
.AnyTagClassName
{
color: #FEE6C5;
}
</style>
background-color css
<style>
a { background-color: #FEE6C5; }
a { background-color: rgb(254,230,197); }
div.DivClassName
{
background-color: #FEE6C5;
}
.BgClassName
{
background-color: #FEE6C5;
}
</style>
border-color css
<style>
span { border-color: #FEE6C5; }
span { border-color: rgb(254,230,197); }
td.TdClassName
{
border-color: #FEE6C5;
}
.TagClassName
{
border-color: #FEE6C5;
}
</style>