Shades of Bisque #FFE5C4
Tints of Bisque #FFE5C4
RGB
CMYK
RGB Variations
Color information
#FFE5C4 (or 0xFFE5C4) is known color: Bisque. HEX triplet: FF, E5 and C4. RGB value is (255,229,196). Sum of RGB (Red+Green+Blue) = 255+229+196=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 196 (76.95% from 255 or 28.82% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C4 is #001A3B. Grayscale: #E9E9E9. Windows color (decimal): -6716 or 12903935. OLE color: 12903935.
HSL color Cylindrical-coordinate representation of color #FFE5C4: hue angle of 33.56º 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 #FFE5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 196 | - |
| CMYK | 0 | 0.10 | 0.23 | 0 |
| HSL | 33.56º | 1% | 0.88% | - |
| HSV(B) | 33.56º | 0.23% | 1% | - |
| XYZ | 79.22 | 81.28 | 63.74 | - |
| YUV | 233.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 196 | 0 | 0.10 | 0.23 | 0 | 33.56 | 1 | 0.88 |
| Hex | FF | E5 | C4 | 0 | A | 17 | 0 | 22 | 64 | 58 |
| Octal | 377 | 345 | 304 | 0 | 12 | 27 | 0 | 42 | 144 | 130 |
| Binary | 11111111 | 11100101 | 11000100 | 0 | 1010 | 10111 | 0 | 100010 | 1100100 | 1011000 |
Color Harmonies of #FFE5C4
Complementary color
Monochromatic Colors of #FFE5C4
Black with #FFE5C4
Text Example
Text Example
White with #FFE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5C4; }
p { color: rgb(255,229,196); }
H1.HeaderClassName
{
color: #FFE5C4;
}
.AnyTagClassName
{
color: #FFE5C4;
}
</style>
background-color css
<style>
a { background-color: #FFE5C4; }
a { background-color: rgb(255,229,196); }
div.DivClassName
{
background-color: #FFE5C4;
}
.BgClassName
{
background-color: #FFE5C4;
}
</style>
border-color css
<style>
span { border-color: #FFE5C4; }
span { border-color: rgb(255,229,196); }
td.TdClassName
{
border-color: #FFE5C4;
}
.TagClassName
{
border-color: #FFE5C4;
}
</style>