Shades of Bisque #FDE2BE
Tints of Bisque #FDE2BE
RGB
CMYK
RGB Variations
Color information
#FDE2BE (or 0xFDE2BE) is known color: Bisque. HEX triplet: FD, E2 and BE. RGB value is (253,226,190). Sum of RGB (Red+Green+Blue) = 253+226+190=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BE is #021D41. Grayscale: #E6E6E6. Windows color (decimal): -138562 or 12509949. OLE color: 12509949.
HSL color Cylindrical-coordinate representation of color #FDE2BE: hue angle of 34.29º 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 #FDE2BE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 190 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.01 |
| HSL | 34.29º | 0.94% | 0.87% | - |
| HSV(B) | 34.29º | 0.25% | 0.99% | - |
| XYZ | 77 | 78.99 | 59.9 | - |
| YUV | 229.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 190 | 0 | 0.11 | 0.25 | 0.01 | 34.29 | 0.94 | 0.87 |
| Hex | FD | E2 | BE | 0 | B | 19 | 1 | 22 | 5E | 57 |
| Octal | 375 | 342 | 276 | 0 | 13 | 31 | 1 | 42 | 136 | 127 |
| Binary | 11111101 | 11100010 | 10111110 | 0 | 1011 | 11001 | 1 | 100010 | 1011110 | 1010111 |
Color Harmonies of #FDE2BE
Complementary color
Monochromatic Colors of #FDE2BE
Black with #FDE2BE
Text Example
Text Example
White with #FDE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2BE; }
p { color: rgb(253,226,190); }
H1.HeaderClassName
{
color: #FDE2BE;
}
.AnyTagClassName
{
color: #FDE2BE;
}
</style>
background-color css
<style>
a { background-color: #FDE2BE; }
a { background-color: rgb(253,226,190); }
div.DivClassName
{
background-color: #FDE2BE;
}
.BgClassName
{
background-color: #FDE2BE;
}
</style>
border-color css
<style>
span { border-color: #FDE2BE; }
span { border-color: rgb(253,226,190); }
td.TdClassName
{
border-color: #FDE2BE;
}
.TagClassName
{
border-color: #FDE2BE;
}
</style>