Shades of Bisque #FDE4BF
Tints of Bisque #FDE4BF
RGB
CMYK
RGB Variations
Color information
#FDE4BF (or 0xFDE4BF) is known color: Bisque. HEX triplet: FD, E4 and BF. RGB value is (253,228,191). Sum of RGB (Red+Green+Blue) = 253+228+191=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4BF is #021B40. Grayscale: #E7E7E7. Windows color (decimal): -138049 or 12575997. OLE color: 12575997.
HSL color Cylindrical-coordinate representation of color #FDE4BF: hue angle of 35.81º 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 #FDE4BF is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 191 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 35.81º | 0.94% | 0.87% | - |
| HSV(B) | 35.81º | 0.25% | 0.99% | - |
| XYZ | 77.66 | 80.13 | 60.66 | - |
| YUV | 231.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 191 | 0 | 0.10 | 0.25 | 0.01 | 35.81 | 0.94 | 0.87 |
| Hex | FD | E4 | BF | 0 | A | 19 | 1 | 24 | 5E | 57 |
| Octal | 375 | 344 | 277 | 0 | 12 | 31 | 1 | 44 | 136 | 127 |
| Binary | 11111101 | 11100100 | 10111111 | 0 | 1010 | 11001 | 1 | 100100 | 1011110 | 1010111 |
Color Harmonies of #FDE4BF
Complementary color
Monochromatic Colors of #FDE4BF
Black with #FDE4BF
Text Example
Text Example
White with #FDE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4BF; }
p { color: rgb(253,228,191); }
H1.HeaderClassName
{
color: #FDE4BF;
}
.AnyTagClassName
{
color: #FDE4BF;
}
</style>
background-color css
<style>
a { background-color: #FDE4BF; }
a { background-color: rgb(253,228,191); }
div.DivClassName
{
background-color: #FDE4BF;
}
.BgClassName
{
background-color: #FDE4BF;
}
</style>
border-color css
<style>
span { border-color: #FDE4BF; }
span { border-color: rgb(253,228,191); }
td.TdClassName
{
border-color: #FDE4BF;
}
.TagClassName
{
border-color: #FDE4BF;
}
</style>