Shades of Bisque #FFE4BD
Tints of Bisque #FFE4BD
RGB
CMYK
RGB Variations
Color information
#FFE4BD (or 0xFFE4BD) is known color: Bisque. HEX triplet: FF, E4 and BD. RGB value is (255,228,189). Sum of RGB (Red+Green+Blue) = 255+228+189=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4BD is #001B42. Grayscale: #E7E7E7. Windows color (decimal): -6979 or 12444927. OLE color: 12444927.
HSL color Cylindrical-coordinate representation of color #FFE4BD: hue angle of 35.45º 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 #FFE4BD is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 189 | - |
| CMYK | 0 | 0.11 | 0.26 | 0 |
| HSL | 35.45º | 1% | 0.87% | - |
| HSV(B) | 35.45º | 0.26% | 1% | - |
| XYZ | 78.17 | 80.42 | 59.55 | - |
| YUV | 231.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 189 | 0 | 0.11 | 0.26 | 0 | 35.45 | 1 | 0.87 |
| Hex | FF | E4 | BD | 0 | B | 1A | 0 | 23 | 64 | 57 |
| Octal | 377 | 344 | 275 | 0 | 13 | 32 | 0 | 43 | 144 | 127 |
| Binary | 11111111 | 11100100 | 10111101 | 0 | 1011 | 11010 | 0 | 100011 | 1100100 | 1010111 |
Color Harmonies of #FFE4BD
Complementary color
Monochromatic Colors of #FFE4BD
Black with #FFE4BD
Text Example
Text Example
White with #FFE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4BD; }
p { color: rgb(255,228,189); }
H1.HeaderClassName
{
color: #FFE4BD;
}
.AnyTagClassName
{
color: #FFE4BD;
}
</style>
background-color css
<style>
a { background-color: #FFE4BD; }
a { background-color: rgb(255,228,189); }
div.DivClassName
{
background-color: #FFE4BD;
}
.BgClassName
{
background-color: #FFE4BD;
}
</style>
border-color css
<style>
span { border-color: #FFE4BD; }
span { border-color: rgb(255,228,189); }
td.TdClassName
{
border-color: #FFE4BD;
}
.TagClassName
{
border-color: #FFE4BD;
}
</style>