Shades of Bisque #FFE6BE
Tints of Bisque #FFE6BE
RGB
CMYK
RGB Variations
Color information
#FFE6BE (or 0xFFE6BE) is known color: Bisque. HEX triplet: FF, E6 and BE. RGB value is (255,230,190). Sum of RGB (Red+Green+Blue) = 255+230+190=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BE is #001941. Grayscale: #E9E9E9. Windows color (decimal): -6466 or 12510975. OLE color: 12510975.
HSL color Cylindrical-coordinate representation of color #FFE6BE: hue angle of 36.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE6BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0 |
| HSL | 36.92º | 1% | 0.87% | - |
| HSV(B) | 36.92º | 0.25% | 1% | - |
| XYZ | 78.83 | 81.57 | 60.31 | - |
| YUV | 232.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 190 | 0 | 0.10 | 0.25 | 0 | 36.92 | 1 | 0.87 |
| Hex | FF | E6 | BE | 0 | A | 19 | 0 | 25 | 64 | 57 |
| Octal | 377 | 346 | 276 | 0 | 12 | 31 | 0 | 45 | 144 | 127 |
| Binary | 11111111 | 11100110 | 10111110 | 0 | 1010 | 11001 | 0 | 100101 | 1100100 | 1010111 |
Color Harmonies of #FFE6BE
Complementary color
Monochromatic Colors of #FFE6BE
Black with #FFE6BE
Text Example
Text Example
White with #FFE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6BE; }
p { color: rgb(255,230,190); }
H1.HeaderClassName
{
color: #FFE6BE;
}
.AnyTagClassName
{
color: #FFE6BE;
}
</style>
background-color css
<style>
a { background-color: #FFE6BE; }
a { background-color: rgb(255,230,190); }
div.DivClassName
{
background-color: #FFE6BE;
}
.BgClassName
{
background-color: #FFE6BE;
}
</style>
border-color css
<style>
span { border-color: #FFE6BE; }
span { border-color: rgb(255,230,190); }
td.TdClassName
{
border-color: #FFE6BE;
}
.TagClassName
{
border-color: #FFE6BE;
}
</style>