Shades of Bisque #FFE5C9
Tints of Bisque #FFE5C9
RGB
CMYK
RGB Variations
Color information
#FFE5C9 (or 0xFFE5C9) is known color: Bisque. HEX triplet: FF, E5 and C9. RGB value is (255,229,201). Sum of RGB (Red+Green+Blue) = 255+229+201=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 201 (78.91% from 255 or 29.34% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C9 is #001A36. Grayscale: #E9E9E9. Windows color (decimal): -6711 or 13231615. OLE color: 13231615.
HSL color Cylindrical-coordinate representation of color #FFE5C9: hue angle of 31.11º 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 #FFE5C9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 201 | - |
| CMYK | 0 | 0.10 | 0.21 | 0 |
| HSL | 31.11º | 1% | 0.89% | - |
| HSV(B) | 31.11º | 0.21% | 1% | - |
| XYZ | 79.8 | 81.52 | 66.79 | - |
| YUV | 233.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 201 | 0 | 0.10 | 0.21 | 0 | 31.11 | 1 | 0.89 |
| Hex | FF | E5 | C9 | 0 | A | 15 | 0 | 1F | 64 | 59 |
| Octal | 377 | 345 | 311 | 0 | 12 | 25 | 0 | 37 | 144 | 131 |
| Binary | 11111111 | 11100101 | 11001001 | 0 | 1010 | 10101 | 0 | 11111 | 1100100 | 1011001 |
Color Harmonies of #FFE5C9
Complementary color
Monochromatic Colors of #FFE5C9
Black with #FFE5C9
Text Example
Text Example
White with #FFE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5C9; }
p { color: rgb(255,229,201); }
H1.HeaderClassName
{
color: #FFE5C9;
}
.AnyTagClassName
{
color: #FFE5C9;
}
</style>
background-color css
<style>
a { background-color: #FFE5C9; }
a { background-color: rgb(255,229,201); }
div.DivClassName
{
background-color: #FFE5C9;
}
.BgClassName
{
background-color: #FFE5C9;
}
</style>
border-color css
<style>
span { border-color: #FFE5C9; }
span { border-color: rgb(255,229,201); }
td.TdClassName
{
border-color: #FFE5C9;
}
.TagClassName
{
border-color: #FFE5C9;
}
</style>