Shades of Bisque #FFE4C7
Tints of Bisque #FFE4C7
RGB
CMYK
RGB Variations
Color information
#FFE4C7 (or 0xFFE4C7) is known color: Bisque. HEX triplet: FF, E4 and C7. RGB value is (255,228,199). Sum of RGB (Red+Green+Blue) = 255+228+199=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C7 is #001B38. Grayscale: #E8E8E8. Windows color (decimal): -6969 or 13100287. OLE color: 13100287.
HSL color Cylindrical-coordinate representation of color #FFE4C7: hue angle of 31.07º 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 #FFE4C7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 199 | - |
| CMYK | 0 | 0.11 | 0.22 | 0 |
| HSL | 31.07º | 1% | 0.89% | - |
| HSV(B) | 31.07º | 0.22% | 1% | - |
| XYZ | 79.29 | 80.87 | 65.46 | - |
| YUV | 232.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 199 | 0 | 0.11 | 0.22 | 0 | 31.07 | 1 | 0.89 |
| Hex | FF | E4 | C7 | 0 | B | 16 | 0 | 1F | 64 | 59 |
| Octal | 377 | 344 | 307 | 0 | 13 | 26 | 0 | 37 | 144 | 131 |
| Binary | 11111111 | 11100100 | 11000111 | 0 | 1011 | 10110 | 0 | 11111 | 1100100 | 1011001 |
Color Harmonies of #FFE4C7
Complementary color
Monochromatic Colors of #FFE4C7
Black with #FFE4C7
Text Example
Text Example
White with #FFE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4C7; }
p { color: rgb(255,228,199); }
H1.HeaderClassName
{
color: #FFE4C7;
}
.AnyTagClassName
{
color: #FFE4C7;
}
</style>
background-color css
<style>
a { background-color: #FFE4C7; }
a { background-color: rgb(255,228,199); }
div.DivClassName
{
background-color: #FFE4C7;
}
.BgClassName
{
background-color: #FFE4C7;
}
</style>
border-color css
<style>
span { border-color: #FFE4C7; }
span { border-color: rgb(255,228,199); }
td.TdClassName
{
border-color: #FFE4C7;
}
.TagClassName
{
border-color: #FFE4C7;
}
</style>