Shades of Bisque #FFE2C9
Tints of Bisque #FFE2C9
RGB
CMYK
RGB Variations
Color information
#FFE2C9 (or 0xFFE2C9) is known color: Bisque. HEX triplet: FF, E2 and C9. RGB value is (255,226,201). Sum of RGB (Red+Green+Blue) = 255+226+201=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C9 is #001D36. Grayscale: #E7E7E7. Windows color (decimal): -7479 or 13230847. OLE color: 13230847.
HSL color Cylindrical-coordinate representation of color #FFE2C9: hue angle of 27.78º 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 #FFE2C9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 201 | - |
| CMYK | 0 | 0.11 | 0.21 | 0 |
| HSL | 27.78º | 1% | 0.89% | - |
| HSV(B) | 27.78º | 0.21% | 1% | - |
| XYZ | 78.98 | 79.87 | 66.51 | - |
| YUV | 231.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 201 | 0 | 0.11 | 0.21 | 0 | 27.78 | 1 | 0.89 |
| Hex | FF | E2 | C9 | 0 | B | 15 | 0 | 1C | 64 | 59 |
| Octal | 377 | 342 | 311 | 0 | 13 | 25 | 0 | 34 | 144 | 131 |
| Binary | 11111111 | 11100010 | 11001001 | 0 | 1011 | 10101 | 0 | 11100 | 1100100 | 1011001 |
Color Harmonies of #FFE2C9
Complementary color
Monochromatic Colors of #FFE2C9
Black with #FFE2C9
Text Example
Text Example
White with #FFE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2C9; }
p { color: rgb(255,226,201); }
H1.HeaderClassName
{
color: #FFE2C9;
}
.AnyTagClassName
{
color: #FFE2C9;
}
</style>
background-color css
<style>
a { background-color: #FFE2C9; }
a { background-color: rgb(255,226,201); }
div.DivClassName
{
background-color: #FFE2C9;
}
.BgClassName
{
background-color: #FFE2C9;
}
</style>
border-color css
<style>
span { border-color: #FFE2C9; }
span { border-color: rgb(255,226,201); }
td.TdClassName
{
border-color: #FFE2C9;
}
.TagClassName
{
border-color: #FFE2C9;
}
</style>