Shades of Bisque #FDE4C5
Tints of Bisque #FDE4C5
RGB
CMYK
RGB Variations
Color information
#FDE4C5 (or 0xFDE4C5) is known color: Bisque. HEX triplet: FD, E4 and C5. RGB value is (253,228,197). Sum of RGB (Red+Green+Blue) = 253+228+197=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C5 is #021B3A. Grayscale: #E8E8E8. Windows color (decimal): -138043 or 12969213. OLE color: 12969213.
HSL color Cylindrical-coordinate representation of color #FDE4C5: hue angle of 33.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDE4C5 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 197 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.01 |
| HSL | 33.21º | 0.93% | 0.88% | - |
| HSV(B) | 33.21º | 0.22% | 0.99% | - |
| XYZ | 78.33 | 80.4 | 64.21 | - |
| YUV | 231.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 197 | 0 | 0.10 | 0.22 | 0.01 | 33.21 | 0.93 | 0.88 |
| Hex | FD | E4 | C5 | 0 | A | 16 | 1 | 21 | 5D | 58 |
| Octal | 375 | 344 | 305 | 0 | 12 | 26 | 1 | 41 | 135 | 130 |
| Binary | 11111101 | 11100100 | 11000101 | 0 | 1010 | 10110 | 1 | 100001 | 1011101 | 1011000 |
Color Harmonies of #FDE4C5
Complementary color
Monochromatic Colors of #FDE4C5
Black with #FDE4C5
Text Example
Text Example
White with #FDE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4C5; }
p { color: rgb(253,228,197); }
H1.HeaderClassName
{
color: #FDE4C5;
}
.AnyTagClassName
{
color: #FDE4C5;
}
</style>
background-color css
<style>
a { background-color: #FDE4C5; }
a { background-color: rgb(253,228,197); }
div.DivClassName
{
background-color: #FDE4C5;
}
.BgClassName
{
background-color: #FDE4C5;
}
</style>
border-color css
<style>
span { border-color: #FDE4C5; }
span { border-color: rgb(253,228,197); }
td.TdClassName
{
border-color: #FDE4C5;
}
.TagClassName
{
border-color: #FDE4C5;
}
</style>