Shades of Bisque #FFE8C6
Tints of Bisque #FFE8C6
RGB
CMYK
RGB Variations
Color information
#FFE8C6 (or 0xFFE8C6) is known color: Bisque. HEX triplet: FF, E8 and C6. RGB value is (255,232,198). Sum of RGB (Red+Green+Blue) = 255+232+198=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8C6 is #001739. Grayscale: #EBEBEB. Windows color (decimal): -5946 or 13035775. OLE color: 13035775.
HSL color Cylindrical-coordinate representation of color #FFE8C6: hue angle of 35.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 198 | - |
| CMYK | 0 | 0.09 | 0.22 | 0 |
| HSL | 35.79º | 1% | 0.89% | - |
| HSV(B) | 35.79º | 0.22% | 1% | - |
| XYZ | 80.29 | 83.05 | 65.22 | - |
| YUV | 235 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 198 | 0 | 0.09 | 0.22 | 0 | 35.79 | 1 | 0.89 |
| Hex | FF | E8 | C6 | 0 | 9 | 16 | 0 | 24 | 64 | 59 |
| Octal | 377 | 350 | 306 | 0 | 11 | 26 | 0 | 44 | 144 | 131 |
| Binary | 11111111 | 11101000 | 11000110 | 0 | 1001 | 10110 | 0 | 100100 | 1100100 | 1011001 |
Color Harmonies of #FFE8C6
Complementary color
Monochromatic Colors of #FFE8C6
Black with #FFE8C6
Text Example
Text Example
White with #FFE8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8C6; }
p { color: rgb(255,232,198); }
H1.HeaderClassName
{
color: #FFE8C6;
}
.AnyTagClassName
{
color: #FFE8C6;
}
</style>
background-color css
<style>
a { background-color: #FFE8C6; }
a { background-color: rgb(255,232,198); }
div.DivClassName
{
background-color: #FFE8C6;
}
.BgClassName
{
background-color: #FFE8C6;
}
</style>
border-color css
<style>
span { border-color: #FFE8C6; }
span { border-color: rgb(255,232,198); }
td.TdClassName
{
border-color: #FFE8C6;
}
.TagClassName
{
border-color: #FFE8C6;
}
</style>