Shades of Bisque #FDE4C6
Tints of Bisque #FDE4C6
RGB
CMYK
RGB Variations
Color information
#FDE4C6 (or 0xFDE4C6) is known color: Bisque. HEX triplet: FD, E4 and C6. RGB value is (253,228,198). Sum of RGB (Red+Green+Blue) = 253+228+198=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C6 is #021B39. Grayscale: #E8E8E8. Windows color (decimal): -138042 or 13034749. OLE color: 13034749.
HSL color Cylindrical-coordinate representation of color #FDE4C6: hue angle of 32.73º 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 #FDE4C6 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 198 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.01 |
| HSL | 32.73º | 0.93% | 0.88% | - |
| HSV(B) | 32.73º | 0.22% | 0.99% | - |
| XYZ | 78.44 | 80.45 | 64.82 | - |
| YUV | 232.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 198 | 0 | 0.10 | 0.22 | 0.01 | 32.73 | 0.93 | 0.88 |
| Hex | FD | E4 | C6 | 0 | A | 16 | 1 | 21 | 5D | 58 |
| Octal | 375 | 344 | 306 | 0 | 12 | 26 | 1 | 41 | 135 | 130 |
| Binary | 11111101 | 11100100 | 11000110 | 0 | 1010 | 10110 | 1 | 100001 | 1011101 | 1011000 |
Color Harmonies of #FDE4C6
Complementary color
Monochromatic Colors of #FDE4C6
Black with #FDE4C6
Text Example
Text Example
White with #FDE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4C6; }
p { color: rgb(253,228,198); }
H1.HeaderClassName
{
color: #FDE4C6;
}
.AnyTagClassName
{
color: #FDE4C6;
}
</style>
background-color css
<style>
a { background-color: #FDE4C6; }
a { background-color: rgb(253,228,198); }
div.DivClassName
{
background-color: #FDE4C6;
}
.BgClassName
{
background-color: #FDE4C6;
}
</style>
border-color css
<style>
span { border-color: #FDE4C6; }
span { border-color: rgb(253,228,198); }
td.TdClassName
{
border-color: #FDE4C6;
}
.TagClassName
{
border-color: #FDE4C6;
}
</style>