Shades of Bisque #FDE3BE
Tints of Bisque #FDE3BE
RGB
CMYK
RGB Variations
Color information
#FDE3BE (or 0xFDE3BE) is known color: Bisque. HEX triplet: FD, E3 and BE. RGB value is (253,227,190). Sum of RGB (Red+Green+Blue) = 253+227+190=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3BE is #021C41. Grayscale: #E6E6E6. Windows color (decimal): -138306 or 12510205. OLE color: 12510205.
HSL color Cylindrical-coordinate representation of color #FDE3BE: hue angle of 35.24º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDE3BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 35.24º | 0.94% | 0.87% | - |
| HSV(B) | 35.24º | 0.25% | 0.99% | - |
| XYZ | 77.27 | 79.54 | 60 | - |
| YUV | 230.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 190 | 0 | 0.10 | 0.25 | 0.01 | 35.24 | 0.94 | 0.87 |
| Hex | FD | E3 | BE | 0 | A | 19 | 1 | 23 | 5E | 57 |
| Octal | 375 | 343 | 276 | 0 | 12 | 31 | 1 | 43 | 136 | 127 |
| Binary | 11111101 | 11100011 | 10111110 | 0 | 1010 | 11001 | 1 | 100011 | 1011110 | 1010111 |
Color Harmonies of #FDE3BE
Complementary color
Monochromatic Colors of #FDE3BE
Black with #FDE3BE
Text Example
Text Example
White with #FDE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3BE; }
p { color: rgb(253,227,190); }
H1.HeaderClassName
{
color: #FDE3BE;
}
.AnyTagClassName
{
color: #FDE3BE;
}
</style>
background-color css
<style>
a { background-color: #FDE3BE; }
a { background-color: rgb(253,227,190); }
div.DivClassName
{
background-color: #FDE3BE;
}
.BgClassName
{
background-color: #FDE3BE;
}
</style>
border-color css
<style>
span { border-color: #FDE3BE; }
span { border-color: rgb(253,227,190); }
td.TdClassName
{
border-color: #FDE3BE;
}
.TagClassName
{
border-color: #FDE3BE;
}
</style>