Shades of Bisque #FDE3CB
Tints of Bisque #FDE3CB
RGB
CMYK
RGB Variations
Color information
#FDE3CB (or 0xFDE3CB) is known color: Bisque. HEX triplet: FD, E3 and CB. RGB value is (253,227,203). Sum of RGB (Red+Green+Blue) = 253+227+203=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CB is #021C34. Grayscale: #E8E8E8. Windows color (decimal): -138293 or 13362173. OLE color: 13362173.
HSL color Cylindrical-coordinate representation of color #FDE3CB: hue angle of 28.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE3CB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 203 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 28.8º | 0.93% | 0.89% | - |
| HSV(B) | 28.8º | 0.2% | 0.99% | - |
| XYZ | 78.76 | 80.13 | 67.82 | - |
| YUV | 232.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 203 | 0 | 0.10 | 0.20 | 0.01 | 28.8 | 0.93 | 0.89 |
| Hex | FD | E3 | CB | 0 | A | 14 | 1 | 1D | 5D | 59 |
| Octal | 375 | 343 | 313 | 0 | 12 | 24 | 1 | 35 | 135 | 131 |
| Binary | 11111101 | 11100011 | 11001011 | 0 | 1010 | 10100 | 1 | 11101 | 1011101 | 1011001 |
Color Harmonies of #FDE3CB
Complementary color
Monochromatic Colors of #FDE3CB
Black with #FDE3CB
Text Example
Text Example
White with #FDE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3CB; }
p { color: rgb(253,227,203); }
H1.HeaderClassName
{
color: #FDE3CB;
}
.AnyTagClassName
{
color: #FDE3CB;
}
</style>
background-color css
<style>
a { background-color: #FDE3CB; }
a { background-color: rgb(253,227,203); }
div.DivClassName
{
background-color: #FDE3CB;
}
.BgClassName
{
background-color: #FDE3CB;
}
</style>
border-color css
<style>
span { border-color: #FDE3CB; }
span { border-color: rgb(253,227,203); }
td.TdClassName
{
border-color: #FDE3CB;
}
.TagClassName
{
border-color: #FDE3CB;
}
</style>