Shades of Bisque #FFE4C6
Tints of Bisque #FFE4C6
RGB
CMYK
RGB Variations
Color information
#FFE4C6 (or 0xFFE4C6) is known color: Bisque. HEX triplet: FF, E4 and C6. RGB value is (255,228,198). Sum of RGB (Red+Green+Blue) = 255+228+198=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 198 (77.73% from 255 or 29.07% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C6 is #001B39. Grayscale: #E8E8E8. Windows color (decimal): -6970 or 13034751. OLE color: 13034751.
HSL color Cylindrical-coordinate representation of color #FFE4C6: hue angle of 31.58º 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 #FFE4C6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 198 | - |
| CMYK | 0 | 0.11 | 0.22 | 0 |
| HSL | 31.58º | 1% | 0.89% | - |
| HSV(B) | 31.58º | 0.22% | 1% | - |
| XYZ | 79.18 | 80.82 | 64.85 | - |
| YUV | 232.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 198 | 0 | 0.11 | 0.22 | 0 | 31.58 | 1 | 0.89 |
| Hex | FF | E4 | C6 | 0 | B | 16 | 0 | 20 | 64 | 59 |
| Octal | 377 | 344 | 306 | 0 | 13 | 26 | 0 | 40 | 144 | 131 |
| Binary | 11111111 | 11100100 | 11000110 | 0 | 1011 | 10110 | 0 | 100000 | 1100100 | 1011001 |
Color Harmonies of #FFE4C6
Complementary color
Monochromatic Colors of #FFE4C6
Black with #FFE4C6
Text Example
Text Example
White with #FFE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4C6; }
p { color: rgb(255,228,198); }
H1.HeaderClassName
{
color: #FFE4C6;
}
.AnyTagClassName
{
color: #FFE4C6;
}
</style>
background-color css
<style>
a { background-color: #FFE4C6; }
a { background-color: rgb(255,228,198); }
div.DivClassName
{
background-color: #FFE4C6;
}
.BgClassName
{
background-color: #FFE4C6;
}
</style>
border-color css
<style>
span { border-color: #FFE4C6; }
span { border-color: rgb(255,228,198); }
td.TdClassName
{
border-color: #FFE4C6;
}
.TagClassName
{
border-color: #FFE4C6;
}
</style>