Shades of Bisque #FDE1C8
Tints of Bisque #FDE1C8
RGB
CMYK
RGB Variations
Color information
#FDE1C8 (or 0xFDE1C8) is known color: Bisque. HEX triplet: FD, E1 and C8. RGB value is (253,225,200). Sum of RGB (Red+Green+Blue) = 253+225+200=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1C8 is #021E37. Grayscale: #E6E6E6. Windows color (decimal): -138808 or 13165053. OLE color: 13165053.
HSL color Cylindrical-coordinate representation of color #FDE1C8: hue angle of 28.3º 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 #FDE1C8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 200 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.01 |
| HSL | 28.3º | 0.93% | 0.89% | - |
| HSV(B) | 28.3º | 0.21% | 0.99% | - |
| XYZ | 77.86 | 78.9 | 65.77 | - |
| YUV | 230.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 200 | 0 | 0.11 | 0.21 | 0.01 | 28.3 | 0.93 | 0.89 |
| Hex | FD | E1 | C8 | 0 | B | 15 | 1 | 1C | 5D | 59 |
| Octal | 375 | 341 | 310 | 0 | 13 | 25 | 1 | 34 | 135 | 131 |
| Binary | 11111101 | 11100001 | 11001000 | 0 | 1011 | 10101 | 1 | 11100 | 1011101 | 1011001 |
Color Harmonies of #FDE1C8
Complementary color
Monochromatic Colors of #FDE1C8
Black with #FDE1C8
Text Example
Text Example
White with #FDE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1C8; }
p { color: rgb(253,225,200); }
H1.HeaderClassName
{
color: #FDE1C8;
}
.AnyTagClassName
{
color: #FDE1C8;
}
</style>
background-color css
<style>
a { background-color: #FDE1C8; }
a { background-color: rgb(253,225,200); }
div.DivClassName
{
background-color: #FDE1C8;
}
.BgClassName
{
background-color: #FDE1C8;
}
</style>
border-color css
<style>
span { border-color: #FDE1C8; }
span { border-color: rgb(253,225,200); }
td.TdClassName
{
border-color: #FDE1C8;
}
.TagClassName
{
border-color: #FDE1C8;
}
</style>