Shades of Bisque #FFE6C9
Tints of Bisque #FFE6C9
RGB
CMYK
RGB Variations
Color information
#FFE6C9 (or 0xFFE6C9) is known color: Bisque. HEX triplet: FF, E6 and C9. RGB value is (255,230,201). Sum of RGB (Red+Green+Blue) = 255+230+201=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C9 is #001936. Grayscale: #EAEAEA. Windows color (decimal): -6455 or 13231871. OLE color: 13231871.
HSL color Cylindrical-coordinate representation of color #FFE6C9: hue angle of 32.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFE6C9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 201 | - |
| CMYK | 0 | 0.10 | 0.21 | 0 |
| HSL | 32.22º | 1% | 0.89% | - |
| HSV(B) | 32.22º | 0.21% | 1% | - |
| XYZ | 80.08 | 82.07 | 66.88 | - |
| YUV | 234.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 201 | 0 | 0.10 | 0.21 | 0 | 32.22 | 1 | 0.89 |
| Hex | FF | E6 | C9 | 0 | A | 15 | 0 | 20 | 64 | 59 |
| Octal | 377 | 346 | 311 | 0 | 12 | 25 | 0 | 40 | 144 | 131 |
| Binary | 11111111 | 11100110 | 11001001 | 0 | 1010 | 10101 | 0 | 100000 | 1100100 | 1011001 |
Color Harmonies of #FFE6C9
Complementary color
Monochromatic Colors of #FFE6C9
Black with #FFE6C9
Text Example
Text Example
White with #FFE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6C9; }
p { color: rgb(255,230,201); }
H1.HeaderClassName
{
color: #FFE6C9;
}
.AnyTagClassName
{
color: #FFE6C9;
}
</style>
background-color css
<style>
a { background-color: #FFE6C9; }
a { background-color: rgb(255,230,201); }
div.DivClassName
{
background-color: #FFE6C9;
}
.BgClassName
{
background-color: #FFE6C9;
}
</style>
border-color css
<style>
span { border-color: #FFE6C9; }
span { border-color: rgb(255,230,201); }
td.TdClassName
{
border-color: #FFE6C9;
}
.TagClassName
{
border-color: #FFE6C9;
}
</style>