Shades of Bisque #FFE2BF
Tints of Bisque #FFE2BF
RGB
CMYK
RGB Variations
Color information
#FFE2BF (or 0xFFE2BF) is known color: Bisque. HEX triplet: FF, E2 and BF. RGB value is (255,226,191). Sum of RGB (Red+Green+Blue) = 255+226+191=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2BF is #001D40. Grayscale: #E6E6E6. Windows color (decimal): -7489 or 12575487. OLE color: 12575487.
HSL color Cylindrical-coordinate representation of color #FFE2BF: hue angle of 32.81º 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 #FFE2BF is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 191 | - |
| CMYK | 0 | 0.11 | 0.25 | 0 |
| HSL | 32.81º | 1% | 0.87% | - |
| HSV(B) | 32.81º | 0.25% | 1% | - |
| XYZ | 77.84 | 79.41 | 60.52 | - |
| YUV | 230.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 191 | 0 | 0.11 | 0.25 | 0 | 32.81 | 1 | 0.87 |
| Hex | FF | E2 | BF | 0 | B | 19 | 0 | 21 | 64 | 57 |
| Octal | 377 | 342 | 277 | 0 | 13 | 31 | 0 | 41 | 144 | 127 |
| Binary | 11111111 | 11100010 | 10111111 | 0 | 1011 | 11001 | 0 | 100001 | 1100100 | 1010111 |
Color Harmonies of #FFE2BF
Complementary color
Monochromatic Colors of #FFE2BF
Black with #FFE2BF
Text Example
Text Example
White with #FFE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2BF; }
p { color: rgb(255,226,191); }
H1.HeaderClassName
{
color: #FFE2BF;
}
.AnyTagClassName
{
color: #FFE2BF;
}
</style>
background-color css
<style>
a { background-color: #FFE2BF; }
a { background-color: rgb(255,226,191); }
div.DivClassName
{
background-color: #FFE2BF;
}
.BgClassName
{
background-color: #FFE2BF;
}
</style>
border-color css
<style>
span { border-color: #FFE2BF; }
span { border-color: rgb(255,226,191); }
td.TdClassName
{
border-color: #FFE2BF;
}
.TagClassName
{
border-color: #FFE2BF;
}
</style>