Shades of Bisque #FFE3C2
Tints of Bisque #FFE3C2
RGB
CMYK
RGB Variations
Color information
#FFE3C2 (or 0xFFE3C2) is known color: Bisque. HEX triplet: FF, E3 and C2. RGB value is (255,227,194). Sum of RGB (Red+Green+Blue) = 255+227+194=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C2 is #001C3D. Grayscale: #E7E7E7. Windows color (decimal): -7230 or 12772351. OLE color: 12772351.
HSL color Cylindrical-coordinate representation of color #FFE3C2: hue angle of 32.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFE3C2 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 194 | - |
| CMYK | 0 | 0.11 | 0.24 | 0 |
| HSL | 32.46º | 1% | 0.88% | - |
| HSV(B) | 32.46º | 0.24% | 1% | - |
| XYZ | 78.45 | 80.09 | 62.36 | - |
| YUV | 231.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 194 | 0 | 0.11 | 0.24 | 0 | 32.46 | 1 | 0.88 |
| Hex | FF | E3 | C2 | 0 | B | 18 | 0 | 20 | 64 | 58 |
| Octal | 377 | 343 | 302 | 0 | 13 | 30 | 0 | 40 | 144 | 130 |
| Binary | 11111111 | 11100011 | 11000010 | 0 | 1011 | 11000 | 0 | 100000 | 1100100 | 1011000 |
Color Harmonies of #FFE3C2
Complementary color
Monochromatic Colors of #FFE3C2
Black with #FFE3C2
Text Example
Text Example
White with #FFE3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C2; }
p { color: rgb(255,227,194); }
H1.HeaderClassName
{
color: #FFE3C2;
}
.AnyTagClassName
{
color: #FFE3C2;
}
</style>
background-color css
<style>
a { background-color: #FFE3C2; }
a { background-color: rgb(255,227,194); }
div.DivClassName
{
background-color: #FFE3C2;
}
.BgClassName
{
background-color: #FFE3C2;
}
</style>
border-color css
<style>
span { border-color: #FFE3C2; }
span { border-color: rgb(255,227,194); }
td.TdClassName
{
border-color: #FFE3C2;
}
.TagClassName
{
border-color: #FFE3C2;
}
</style>