Shades of Bisque #FDE2C4
Tints of Bisque #FDE2C4
RGB
CMYK
RGB Variations
Color information
#FDE2C4 (or 0xFDE2C4) is known color: Bisque. HEX triplet: FD, E2 and C4. RGB value is (253,226,196). Sum of RGB (Red+Green+Blue) = 253+226+196=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 196 (76.95% from 255 or 29.04% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2C4 is #021D3B. Grayscale: #E6E6E6. Windows color (decimal): -138556 or 12903165. OLE color: 12903165.
HSL color Cylindrical-coordinate representation of color #FDE2C4: hue angle of 31.58º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDE2C4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 196 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.01 |
| HSL | 31.58º | 0.93% | 0.88% | - |
| HSV(B) | 31.58º | 0.23% | 0.99% | - |
| XYZ | 77.67 | 79.26 | 63.43 | - |
| YUV | 230.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 196 | 0 | 0.11 | 0.23 | 0.01 | 31.58 | 0.93 | 0.88 |
| Hex | FD | E2 | C4 | 0 | B | 17 | 1 | 20 | 5D | 58 |
| Octal | 375 | 342 | 304 | 0 | 13 | 27 | 1 | 40 | 135 | 130 |
| Binary | 11111101 | 11100010 | 11000100 | 0 | 1011 | 10111 | 1 | 100000 | 1011101 | 1011000 |
Color Harmonies of #FDE2C4
Complementary color
Monochromatic Colors of #FDE2C4
Black with #FDE2C4
Text Example
Text Example
White with #FDE2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2C4; }
p { color: rgb(253,226,196); }
H1.HeaderClassName
{
color: #FDE2C4;
}
.AnyTagClassName
{
color: #FDE2C4;
}
</style>
background-color css
<style>
a { background-color: #FDE2C4; }
a { background-color: rgb(253,226,196); }
div.DivClassName
{
background-color: #FDE2C4;
}
.BgClassName
{
background-color: #FDE2C4;
}
</style>
border-color css
<style>
span { border-color: #FDE2C4; }
span { border-color: rgb(253,226,196); }
td.TdClassName
{
border-color: #FDE2C4;
}
.TagClassName
{
border-color: #FDE2C4;
}
</style>