Shades of Bisque #FFE3C5
Tints of Bisque #FFE3C5
RGB
CMYK
RGB Variations
Color information
#FFE3C5 (or 0xFFE3C5) is known color: Bisque. HEX triplet: FF, E3 and C5. RGB value is (255,227,197). Sum of RGB (Red+Green+Blue) = 255+227+197=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C5 is #001C3A. Grayscale: #E8E8E8. Windows color (decimal): -7227 or 12968959. OLE color: 12968959.
HSL color Cylindrical-coordinate representation of color #FFE3C5: hue angle of 31.03º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE3C5 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 197 | - |
| CMYK | 0 | 0.11 | 0.23 | 0 |
| HSL | 31.03º | 1% | 0.89% | - |
| HSV(B) | 31.03º | 0.23% | 1% | - |
| XYZ | 78.79 | 80.23 | 64.16 | - |
| YUV | 231.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 197 | 0 | 0.11 | 0.23 | 0 | 31.03 | 1 | 0.89 |
| Hex | FF | E3 | C5 | 0 | B | 17 | 0 | 1F | 64 | 59 |
| Octal | 377 | 343 | 305 | 0 | 13 | 27 | 0 | 37 | 144 | 131 |
| Binary | 11111111 | 11100011 | 11000101 | 0 | 1011 | 10111 | 0 | 11111 | 1100100 | 1011001 |
Color Harmonies of #FFE3C5
Complementary color
Monochromatic Colors of #FFE3C5
Black with #FFE3C5
Text Example
Text Example
White with #FFE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C5; }
p { color: rgb(255,227,197); }
H1.HeaderClassName
{
color: #FFE3C5;
}
.AnyTagClassName
{
color: #FFE3C5;
}
</style>
background-color css
<style>
a { background-color: #FFE3C5; }
a { background-color: rgb(255,227,197); }
div.DivClassName
{
background-color: #FFE3C5;
}
.BgClassName
{
background-color: #FFE3C5;
}
</style>
border-color css
<style>
span { border-color: #FFE3C5; }
span { border-color: rgb(255,227,197); }
td.TdClassName
{
border-color: #FFE3C5;
}
.TagClassName
{
border-color: #FFE3C5;
}
</style>