Shades of Bisque #FFE7C4
Tints of Bisque #FFE7C4
RGB
CMYK
RGB Variations
Color information
#FFE7C4 (or 0xFFE7C4) is known color: Bisque. HEX triplet: FF, E7 and C4. RGB value is (255,231,196). Sum of RGB (Red+Green+Blue) = 255+231+196=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 196 (76.95% from 255 or 28.74% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7C4 is #00183B. Grayscale: #EAEAEA. Windows color (decimal): -6204 or 12904447. OLE color: 12904447.
HSL color Cylindrical-coordinate representation of color #FFE7C4: hue angle of 35.59º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE7C4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 196 | - |
| CMYK | 0 | 0.09 | 0.23 | 0 |
| HSL | 35.59º | 1% | 0.88% | - |
| HSV(B) | 35.59º | 0.23% | 1% | - |
| XYZ | 79.78 | 82.4 | 63.92 | - |
| YUV | 234.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 196 | 0 | 0.09 | 0.23 | 0 | 35.59 | 1 | 0.88 |
| Hex | FF | E7 | C4 | 0 | 9 | 17 | 0 | 24 | 64 | 58 |
| Octal | 377 | 347 | 304 | 0 | 11 | 27 | 0 | 44 | 144 | 130 |
| Binary | 11111111 | 11100111 | 11000100 | 0 | 1001 | 10111 | 0 | 100100 | 1100100 | 1011000 |
Color Harmonies of #FFE7C4
Complementary color
Monochromatic Colors of #FFE7C4
Black with #FFE7C4
Text Example
Text Example
White with #FFE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7C4; }
p { color: rgb(255,231,196); }
H1.HeaderClassName
{
color: #FFE7C4;
}
.AnyTagClassName
{
color: #FFE7C4;
}
</style>
background-color css
<style>
a { background-color: #FFE7C4; }
a { background-color: rgb(255,231,196); }
div.DivClassName
{
background-color: #FFE7C4;
}
.BgClassName
{
background-color: #FFE7C4;
}
</style>
border-color css
<style>
span { border-color: #FFE7C4; }
span { border-color: rgb(255,231,196); }
td.TdClassName
{
border-color: #FFE7C4;
}
.TagClassName
{
border-color: #FFE7C4;
}
</style>