Shades of Bisque #FFE8C3
Tints of Bisque #FFE8C3
RGB
CMYK
RGB Variations
Color information
#FFE8C3 (or 0xFFE8C3) is known color: Bisque. HEX triplet: FF, E8 and C3. RGB value is (255,232,195). Sum of RGB (Red+Green+Blue) = 255+232+195=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8C3 is #00173C. Grayscale: #EAEAEA. Windows color (decimal): -5949 or 12839167. OLE color: 12839167.
HSL color Cylindrical-coordinate representation of color #FFE8C3: hue angle of 37º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFE8C3 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 195 | - |
| CMYK | 0 | 0.09 | 0.24 | 0 |
| HSL | 37º | 1% | 0.88% | - |
| HSV(B) | 37º | 0.24% | 1% | - |
| XYZ | 79.95 | 82.91 | 63.42 | - |
| YUV | 234.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 195 | 0 | 0.09 | 0.24 | 0 | 37 | 1 | 0.88 |
| Hex | FF | E8 | C3 | 0 | 9 | 18 | 0 | 25 | 64 | 58 |
| Octal | 377 | 350 | 303 | 0 | 11 | 30 | 0 | 45 | 144 | 130 |
| Binary | 11111111 | 11101000 | 11000011 | 0 | 1001 | 11000 | 0 | 100101 | 1100100 | 1011000 |
Color Harmonies of #FFE8C3
Complementary color
Monochromatic Colors of #FFE8C3
Black with #FFE8C3
Text Example
Text Example
White with #FFE8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8C3; }
p { color: rgb(255,232,195); }
H1.HeaderClassName
{
color: #FFE8C3;
}
.AnyTagClassName
{
color: #FFE8C3;
}
</style>
background-color css
<style>
a { background-color: #FFE8C3; }
a { background-color: rgb(255,232,195); }
div.DivClassName
{
background-color: #FFE8C3;
}
.BgClassName
{
background-color: #FFE8C3;
}
</style>
border-color css
<style>
span { border-color: #FFE8C3; }
span { border-color: rgb(255,232,195); }
td.TdClassName
{
border-color: #FFE8C3;
}
.TagClassName
{
border-color: #FFE8C3;
}
</style>