Shades of Bisque #FDE4C9
Tints of Bisque #FDE4C9
RGB
CMYK
RGB Variations
Color information
#FDE4C9 (or 0xFDE4C9) is known color: Bisque. HEX triplet: FD, E4 and C9. RGB value is (253,228,201). Sum of RGB (Red+Green+Blue) = 253+228+201=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C9 is #021B36. Grayscale: #E8E8E8. Windows color (decimal): -138039 or 13231357. OLE color: 13231357.
HSL color Cylindrical-coordinate representation of color #FDE4C9: hue angle of 31.15º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDE4C9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 201 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.01 |
| HSL | 31.15º | 0.93% | 0.89% | - |
| HSV(B) | 31.15º | 0.21% | 0.99% | - |
| XYZ | 78.79 | 80.59 | 66.66 | - |
| YUV | 232.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 201 | 0 | 0.10 | 0.21 | 0.01 | 31.15 | 0.93 | 0.89 |
| Hex | FD | E4 | C9 | 0 | A | 15 | 1 | 1F | 5D | 59 |
| Octal | 375 | 344 | 311 | 0 | 12 | 25 | 1 | 37 | 135 | 131 |
| Binary | 11111101 | 11100100 | 11001001 | 0 | 1010 | 10101 | 1 | 11111 | 1011101 | 1011001 |
Color Harmonies of #FDE4C9
Complementary color
Monochromatic Colors of #FDE4C9
Black with #FDE4C9
Text Example
Text Example
White with #FDE4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4C9; }
p { color: rgb(253,228,201); }
H1.HeaderClassName
{
color: #FDE4C9;
}
.AnyTagClassName
{
color: #FDE4C9;
}
</style>
background-color css
<style>
a { background-color: #FDE4C9; }
a { background-color: rgb(253,228,201); }
div.DivClassName
{
background-color: #FDE4C9;
}
.BgClassName
{
background-color: #FDE4C9;
}
</style>
border-color css
<style>
span { border-color: #FDE4C9; }
span { border-color: rgb(253,228,201); }
td.TdClassName
{
border-color: #FDE4C9;
}
.TagClassName
{
border-color: #FDE4C9;
}
</style>