Shades of Bisque #FFE6C5
Tints of Bisque #FFE6C5
RGB
CMYK
RGB Variations
Color information
#FFE6C5 (or 0xFFE6C5) is known color: Bisque. HEX triplet: FF, E6 and C5. RGB value is (255,230,197). Sum of RGB (Red+Green+Blue) = 255+230+197=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C5 is #00193A. Grayscale: #E9E9E9. Windows color (decimal): -6459 or 12969727. OLE color: 12969727.
HSL color Cylindrical-coordinate representation of color #FFE6C5: hue angle of 34.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE6C5 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 197 | - |
| CMYK | 0 | 0.10 | 0.23 | 0 |
| HSL | 34.14º | 1% | 0.89% | - |
| HSV(B) | 34.14º | 0.23% | 1% | - |
| XYZ | 79.61 | 81.88 | 64.43 | - |
| YUV | 233.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 197 | 0 | 0.10 | 0.23 | 0 | 34.14 | 1 | 0.89 |
| Hex | FF | E6 | C5 | 0 | A | 17 | 0 | 22 | 64 | 59 |
| Octal | 377 | 346 | 305 | 0 | 12 | 27 | 0 | 42 | 144 | 131 |
| Binary | 11111111 | 11100110 | 11000101 | 0 | 1010 | 10111 | 0 | 100010 | 1100100 | 1011001 |
Color Harmonies of #FFE6C5
Complementary color
Monochromatic Colors of #FFE6C5
Black with #FFE6C5
Text Example
Text Example
White with #FFE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6C5; }
p { color: rgb(255,230,197); }
H1.HeaderClassName
{
color: #FFE6C5;
}
.AnyTagClassName
{
color: #FFE6C5;
}
</style>
background-color css
<style>
a { background-color: #FFE6C5; }
a { background-color: rgb(255,230,197); }
div.DivClassName
{
background-color: #FFE6C5;
}
.BgClassName
{
background-color: #FFE6C5;
}
</style>
border-color css
<style>
span { border-color: #FFE6C5; }
span { border-color: rgb(255,230,197); }
td.TdClassName
{
border-color: #FFE6C5;
}
.TagClassName
{
border-color: #FFE6C5;
}
</style>