Shades of Bisque #FDE1BD
Tints of Bisque #FDE1BD
RGB
CMYK
RGB Variations
Color information
#FDE1BD (or 0xFDE1BD) is known color: Bisque. HEX triplet: FD, E1 and BD. RGB value is (253,225,189). Sum of RGB (Red+Green+Blue) = 253+225+189=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1BD is #021E42. Grayscale: #E5E5E5. Windows color (decimal): -138819 or 12444157. OLE color: 12444157.
HSL color Cylindrical-coordinate representation of color #FDE1BD: hue angle of 33.75º 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 #FDE1BD is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 189 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.01 |
| HSL | 33.75º | 0.94% | 0.87% | - |
| HSV(B) | 33.75º | 0.25% | 0.99% | - |
| XYZ | 76.62 | 78.41 | 59.24 | - |
| YUV | 229.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 189 | 0 | 0.11 | 0.25 | 0.01 | 33.75 | 0.94 | 0.87 |
| Hex | FD | E1 | BD | 0 | B | 19 | 1 | 22 | 5E | 57 |
| Octal | 375 | 341 | 275 | 0 | 13 | 31 | 1 | 42 | 136 | 127 |
| Binary | 11111101 | 11100001 | 10111101 | 0 | 1011 | 11001 | 1 | 100010 | 1011110 | 1010111 |
Color Harmonies of #FDE1BD
Complementary color
Monochromatic Colors of #FDE1BD
Black with #FDE1BD
Text Example
Text Example
White with #FDE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1BD; }
p { color: rgb(253,225,189); }
H1.HeaderClassName
{
color: #FDE1BD;
}
.AnyTagClassName
{
color: #FDE1BD;
}
</style>
background-color css
<style>
a { background-color: #FDE1BD; }
a { background-color: rgb(253,225,189); }
div.DivClassName
{
background-color: #FDE1BD;
}
.BgClassName
{
background-color: #FDE1BD;
}
</style>
border-color css
<style>
span { border-color: #FDE1BD; }
span { border-color: rgb(253,225,189); }
td.TdClassName
{
border-color: #FDE1BD;
}
.TagClassName
{
border-color: #FDE1BD;
}
</style>