Shades of Bisque #FDE4CB
Tints of Bisque #FDE4CB
RGB
CMYK
RGB Variations
Color information
#FDE4CB (or 0xFDE4CB) is known color: Bisque. HEX triplet: FD, E4 and CB. RGB value is (253,228,203). Sum of RGB (Red+Green+Blue) = 253+228+203=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CB is #021B34. Grayscale: #E8E8E8. Windows color (decimal): -138037 or 13362429. OLE color: 13362429.
HSL color Cylindrical-coordinate representation of color #FDE4CB: hue angle of 30º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE4CB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 203 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 30º | 0.93% | 0.89% | - |
| HSV(B) | 30º | 0.2% | 0.99% | - |
| XYZ | 79.03 | 80.68 | 67.91 | - |
| YUV | 232.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 203 | 0 | 0.10 | 0.20 | 0.01 | 30 | 0.93 | 0.89 |
| Hex | FD | E4 | CB | 0 | A | 14 | 1 | 1E | 5D | 59 |
| Octal | 375 | 344 | 313 | 0 | 12 | 24 | 1 | 36 | 135 | 131 |
| Binary | 11111101 | 11100100 | 11001011 | 0 | 1010 | 10100 | 1 | 11110 | 1011101 | 1011001 |
Color Harmonies of #FDE4CB
Complementary color
Monochromatic Colors of #FDE4CB
Black with #FDE4CB
Text Example
Text Example
White with #FDE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4CB; }
p { color: rgb(253,228,203); }
H1.HeaderClassName
{
color: #FDE4CB;
}
.AnyTagClassName
{
color: #FDE4CB;
}
</style>
background-color css
<style>
a { background-color: #FDE4CB; }
a { background-color: rgb(253,228,203); }
div.DivClassName
{
background-color: #FDE4CB;
}
.BgClassName
{
background-color: #FDE4CB;
}
</style>
border-color css
<style>
span { border-color: #FDE4CB; }
span { border-color: rgb(253,228,203); }
td.TdClassName
{
border-color: #FDE4CB;
}
.TagClassName
{
border-color: #FDE4CB;
}
</style>