Shades of Bisque #FDE3C6
Tints of Bisque #FDE3C6
RGB
CMYK
RGB Variations
Color information
#FDE3C6 (or 0xFDE3C6) is known color: Bisque. HEX triplet: FD, E3 and C6. RGB value is (253,227,198). Sum of RGB (Red+Green+Blue) = 253+227+198=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 198 (77.73% from 255 or 29.20% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3C6 is #021C39. Grayscale: #E7E7E7. Windows color (decimal): -138298 or 13034493. OLE color: 13034493.
HSL color Cylindrical-coordinate representation of color #FDE3C6: hue angle of 31.64º 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 #FDE3C6 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 198 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.01 |
| HSL | 31.64º | 0.93% | 0.88% | - |
| HSV(B) | 31.64º | 0.22% | 0.99% | - |
| XYZ | 78.17 | 79.9 | 64.73 | - |
| YUV | 231.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 198 | 0 | 0.10 | 0.22 | 0.01 | 31.64 | 0.93 | 0.88 |
| Hex | FD | E3 | C6 | 0 | A | 16 | 1 | 20 | 5D | 58 |
| Octal | 375 | 343 | 306 | 0 | 12 | 26 | 1 | 40 | 135 | 130 |
| Binary | 11111101 | 11100011 | 11000110 | 0 | 1010 | 10110 | 1 | 100000 | 1011101 | 1011000 |
Color Harmonies of #FDE3C6
Complementary color
Monochromatic Colors of #FDE3C6
Black with #FDE3C6
Text Example
Text Example
White with #FDE3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3C6; }
p { color: rgb(253,227,198); }
H1.HeaderClassName
{
color: #FDE3C6;
}
.AnyTagClassName
{
color: #FDE3C6;
}
</style>
background-color css
<style>
a { background-color: #FDE3C6; }
a { background-color: rgb(253,227,198); }
div.DivClassName
{
background-color: #FDE3C6;
}
.BgClassName
{
background-color: #FDE3C6;
}
</style>
border-color css
<style>
span { border-color: #FDE3C6; }
span { border-color: rgb(253,227,198); }
td.TdClassName
{
border-color: #FDE3C6;
}
.TagClassName
{
border-color: #FDE3C6;
}
</style>