Shades of Bisque #FFE1BF
Tints of Bisque #FFE1BF
RGB
CMYK
RGB Variations
Color information
#FFE1BF (or 0xFFE1BF) is known color: Bisque. HEX triplet: FF, E1 and BF. RGB value is (255,225,191). Sum of RGB (Red+Green+Blue) = 255+225+191=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BF is #001E40. Grayscale: #E6E6E6. Windows color (decimal): -7745 or 12575231. OLE color: 12575231.
HSL color Cylindrical-coordinate representation of color #FFE1BF: hue angle of 31.88º 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 #FFE1BF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 191 | - |
| CMYK | 0 | 0.12 | 0.25 | 0 |
| HSL | 31.88º | 1% | 0.87% | - |
| HSV(B) | 31.88º | 0.25% | 1% | - |
| XYZ | 77.57 | 78.87 | 60.43 | - |
| YUV | 230.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 191 | 0 | 0.12 | 0.25 | 0 | 31.88 | 1 | 0.87 |
| Hex | FF | E1 | BF | 0 | C | 19 | 0 | 20 | 64 | 57 |
| Octal | 377 | 341 | 277 | 0 | 14 | 31 | 0 | 40 | 144 | 127 |
| Binary | 11111111 | 11100001 | 10111111 | 0 | 1100 | 11001 | 0 | 100000 | 1100100 | 1010111 |
Color Harmonies of #FFE1BF
Complementary color
Monochromatic Colors of #FFE1BF
Black with #FFE1BF
Text Example
Text Example
White with #FFE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1BF; }
p { color: rgb(255,225,191); }
H1.HeaderClassName
{
color: #FFE1BF;
}
.AnyTagClassName
{
color: #FFE1BF;
}
</style>
background-color css
<style>
a { background-color: #FFE1BF; }
a { background-color: rgb(255,225,191); }
div.DivClassName
{
background-color: #FFE1BF;
}
.BgClassName
{
background-color: #FFE1BF;
}
</style>
border-color css
<style>
span { border-color: #FFE1BF; }
span { border-color: rgb(255,225,191); }
td.TdClassName
{
border-color: #FFE1BF;
}
.TagClassName
{
border-color: #FFE1BF;
}
</style>