Shades of Bisque #FDE1BC
Tints of Bisque #FDE1BC
RGB
CMYK
RGB Variations
Color information
#FDE1BC (or 0xFDE1BC) is known color: Bisque. HEX triplet: FD, E1 and BC. RGB value is (253,225,188). Sum of RGB (Red+Green+Blue) = 253+225+188=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1BC is #021E43. Grayscale: #E5E5E5. Windows color (decimal): -138820 or 12378621. OLE color: 12378621.
HSL color Cylindrical-coordinate representation of color #FDE1BC: hue angle of 34.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDE1BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 34.15º | 0.94% | 0.86% | - |
| HSV(B) | 34.15º | 0.26% | 0.99% | - |
| XYZ | 76.51 | 78.36 | 58.67 | - |
| YUV | 229.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 188 | 0 | 0.11 | 0.26 | 0.01 | 34.15 | 0.94 | 0.86 |
| Hex | FD | E1 | BC | 0 | B | 1A | 1 | 22 | 5E | 56 |
| Octal | 375 | 341 | 274 | 0 | 13 | 32 | 1 | 42 | 136 | 126 |
| Binary | 11111101 | 11100001 | 10111100 | 0 | 1011 | 11010 | 1 | 100010 | 1011110 | 1010110 |
Color Harmonies of #FDE1BC
Complementary color
Monochromatic Colors of #FDE1BC
Black with #FDE1BC
Text Example
Text Example
White with #FDE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1BC; }
p { color: rgb(253,225,188); }
H1.HeaderClassName
{
color: #FDE1BC;
}
.AnyTagClassName
{
color: #FDE1BC;
}
</style>
background-color css
<style>
a { background-color: #FDE1BC; }
a { background-color: rgb(253,225,188); }
div.DivClassName
{
background-color: #FDE1BC;
}
.BgClassName
{
background-color: #FDE1BC;
}
</style>
border-color css
<style>
span { border-color: #FDE1BC; }
span { border-color: rgb(253,225,188); }
td.TdClassName
{
border-color: #FDE1BC;
}
.TagClassName
{
border-color: #FDE1BC;
}
</style>