Shades of Bisque #FFE1BC
Tints of Bisque #FFE1BC
RGB
CMYK
RGB Variations
Color information
#FFE1BC (or 0xFFE1BC) is known color: Bisque. HEX triplet: FF, E1 and BC. RGB value is (255,225,188). Sum of RGB (Red+Green+Blue) = 255+225+188=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BC is #001E43. Grayscale: #E5E5E5. Windows color (decimal): -7748 or 12378623. OLE color: 12378623.
HSL color Cylindrical-coordinate representation of color #FFE1BC: hue angle of 33.13º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFE1BC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 188 | - |
| CMYK | 0 | 0.12 | 0.26 | 0 |
| HSL | 33.13º | 1% | 0.87% | - |
| HSV(B) | 33.13º | 0.26% | 1% | - |
| XYZ | 77.24 | 78.74 | 58.7 | - |
| YUV | 229.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 188 | 0 | 0.12 | 0.26 | 0 | 33.13 | 1 | 0.87 |
| Hex | FF | E1 | BC | 0 | C | 1A | 0 | 21 | 64 | 57 |
| Octal | 377 | 341 | 274 | 0 | 14 | 32 | 0 | 41 | 144 | 127 |
| Binary | 11111111 | 11100001 | 10111100 | 0 | 1100 | 11010 | 0 | 100001 | 1100100 | 1010111 |
Color Harmonies of #FFE1BC
Complementary color
Monochromatic Colors of #FFE1BC
Black with #FFE1BC
Text Example
Text Example
White with #FFE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1BC; }
p { color: rgb(255,225,188); }
H1.HeaderClassName
{
color: #FFE1BC;
}
.AnyTagClassName
{
color: #FFE1BC;
}
</style>
background-color css
<style>
a { background-color: #FFE1BC; }
a { background-color: rgb(255,225,188); }
div.DivClassName
{
background-color: #FFE1BC;
}
.BgClassName
{
background-color: #FFE1BC;
}
</style>
border-color css
<style>
span { border-color: #FFE1BC; }
span { border-color: rgb(255,225,188); }
td.TdClassName
{
border-color: #FFE1BC;
}
.TagClassName
{
border-color: #FFE1BC;
}
</style>