Shades of Bisque #FFE2C6
Tints of Bisque #FFE2C6
RGB
CMYK
RGB Variations
Color information
#FFE2C6 (or 0xFFE2C6) is known color: Bisque. HEX triplet: FF, E2 and C6. RGB value is (255,226,198). Sum of RGB (Red+Green+Blue) = 255+226+198=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C6 is #001D39. Grayscale: #E7E7E7. Windows color (decimal): -7482 or 13034239. OLE color: 13034239.
HSL color Cylindrical-coordinate representation of color #FFE2C6: hue angle of 29.47º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE2C6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 198 | - |
| CMYK | 0 | 0.11 | 0.22 | 0 |
| HSL | 29.47º | 1% | 0.89% | - |
| HSV(B) | 29.47º | 0.22% | 1% | - |
| XYZ | 78.63 | 79.73 | 64.67 | - |
| YUV | 231.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 198 | 0 | 0.11 | 0.22 | 0 | 29.47 | 1 | 0.89 |
| Hex | FF | E2 | C6 | 0 | B | 16 | 0 | 1D | 64 | 59 |
| Octal | 377 | 342 | 306 | 0 | 13 | 26 | 0 | 35 | 144 | 131 |
| Binary | 11111111 | 11100010 | 11000110 | 0 | 1011 | 10110 | 0 | 11101 | 1100100 | 1011001 |
Color Harmonies of #FFE2C6
Complementary color
Monochromatic Colors of #FFE2C6
Black with #FFE2C6
Text Example
Text Example
White with #FFE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2C6; }
p { color: rgb(255,226,198); }
H1.HeaderClassName
{
color: #FFE2C6;
}
.AnyTagClassName
{
color: #FFE2C6;
}
</style>
background-color css
<style>
a { background-color: #FFE2C6; }
a { background-color: rgb(255,226,198); }
div.DivClassName
{
background-color: #FFE2C6;
}
.BgClassName
{
background-color: #FFE2C6;
}
</style>
border-color css
<style>
span { border-color: #FFE2C6; }
span { border-color: rgb(255,226,198); }
td.TdClassName
{
border-color: #FFE2C6;
}
.TagClassName
{
border-color: #FFE2C6;
}
</style>