Shades of Bisque #FDE2CB
Tints of Bisque #FDE2CB
RGB
CMYK
RGB Variations
Color information
#FDE2CB (or 0xFDE2CB) is known color: Bisque. HEX triplet: FD, E2 and CB. RGB value is (253,226,203). Sum of RGB (Red+Green+Blue) = 253+226+203=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CB is #021D34. Grayscale: #E7E7E7. Windows color (decimal): -138549 or 13361917. OLE color: 13361917.
HSL color Cylindrical-coordinate representation of color #FDE2CB: hue angle of 27.6º 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 #FDE2CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 203 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.01 |
| HSL | 27.6º | 0.93% | 0.89% | - |
| HSV(B) | 27.6º | 0.2% | 0.99% | - |
| XYZ | 78.48 | 79.59 | 67.73 | - |
| YUV | 231.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 203 | 0 | 0.11 | 0.20 | 0.01 | 27.6 | 0.93 | 0.89 |
| Hex | FD | E2 | CB | 0 | B | 14 | 1 | 1C | 5D | 59 |
| Octal | 375 | 342 | 313 | 0 | 13 | 24 | 1 | 34 | 135 | 131 |
| Binary | 11111101 | 11100010 | 11001011 | 0 | 1011 | 10100 | 1 | 11100 | 1011101 | 1011001 |
Color Harmonies of #FDE2CB
Complementary color
Monochromatic Colors of #FDE2CB
Black with #FDE2CB
Text Example
Text Example
White with #FDE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2CB; }
p { color: rgb(253,226,203); }
H1.HeaderClassName
{
color: #FDE2CB;
}
.AnyTagClassName
{
color: #FDE2CB;
}
</style>
background-color css
<style>
a { background-color: #FDE2CB; }
a { background-color: rgb(253,226,203); }
div.DivClassName
{
background-color: #FDE2CB;
}
.BgClassName
{
background-color: #FDE2CB;
}
</style>
border-color css
<style>
span { border-color: #FDE2CB; }
span { border-color: rgb(253,226,203); }
td.TdClassName
{
border-color: #FDE2CB;
}
.TagClassName
{
border-color: #FDE2CB;
}
</style>