Shades of Bisque #FDE1C6
Tints of Bisque #FDE1C6
RGB
CMYK
RGB Variations
Color information
#FDE1C6 (or 0xFDE1C6) is known color: Bisque. HEX triplet: FD, E1 and C6. RGB value is (253,225,198). Sum of RGB (Red+Green+Blue) = 253+225+198=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1C6 is #021E39. Grayscale: #E6E6E6. Windows color (decimal): -138810 or 13033981. OLE color: 13033981.
HSL color Cylindrical-coordinate representation of color #FDE1C6: hue angle of 29.45º 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 #FDE1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 198 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.01 |
| HSL | 29.45º | 0.93% | 0.88% | - |
| HSV(B) | 29.45º | 0.22% | 0.99% | - |
| XYZ | 77.63 | 78.81 | 64.55 | - |
| YUV | 230.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 198 | 0 | 0.11 | 0.22 | 0.01 | 29.45 | 0.93 | 0.88 |
| Hex | FD | E1 | C6 | 0 | B | 16 | 1 | 1D | 5D | 58 |
| Octal | 375 | 341 | 306 | 0 | 13 | 26 | 1 | 35 | 135 | 130 |
| Binary | 11111101 | 11100001 | 11000110 | 0 | 1011 | 10110 | 1 | 11101 | 1011101 | 1011000 |
Color Harmonies of #FDE1C6
Complementary color
Monochromatic Colors of #FDE1C6
Black with #FDE1C6
Text Example
Text Example
White with #FDE1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1C6; }
p { color: rgb(253,225,198); }
H1.HeaderClassName
{
color: #FDE1C6;
}
.AnyTagClassName
{
color: #FDE1C6;
}
</style>
background-color css
<style>
a { background-color: #FDE1C6; }
a { background-color: rgb(253,225,198); }
div.DivClassName
{
background-color: #FDE1C6;
}
.BgClassName
{
background-color: #FDE1C6;
}
</style>
border-color css
<style>
span { border-color: #FDE1C6; }
span { border-color: rgb(253,225,198); }
td.TdClassName
{
border-color: #FDE1C6;
}
.TagClassName
{
border-color: #FDE1C6;
}
</style>