Shades of Bisque #FDE2C2
Tints of Bisque #FDE2C2
RGB
CMYK
RGB Variations
Color information
#FDE2C2 (or 0xFDE2C2) is known color: Bisque. HEX triplet: FD, E2 and C2. RGB value is (253,226,194). Sum of RGB (Red+Green+Blue) = 253+226+194=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2C2 is #021D3D. Grayscale: #E6E6E6. Windows color (decimal): -138558 or 12772093. OLE color: 12772093.
HSL color Cylindrical-coordinate representation of color #FDE2C2: hue angle of 32.54º degrees, saturation: 0.94, 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 #FDE2C2 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 194 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.01 |
| HSL | 32.54º | 0.94% | 0.88% | - |
| HSV(B) | 32.54º | 0.23% | 0.99% | - |
| XYZ | 77.44 | 79.17 | 62.24 | - |
| YUV | 230.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 194 | 0 | 0.11 | 0.23 | 0.01 | 32.54 | 0.94 | 0.88 |
| Hex | FD | E2 | C2 | 0 | B | 17 | 1 | 21 | 5E | 58 |
| Octal | 375 | 342 | 302 | 0 | 13 | 27 | 1 | 41 | 136 | 130 |
| Binary | 11111101 | 11100010 | 11000010 | 0 | 1011 | 10111 | 1 | 100001 | 1011110 | 1011000 |
Color Harmonies of #FDE2C2
Complementary color
Monochromatic Colors of #FDE2C2
Black with #FDE2C2
Text Example
Text Example
White with #FDE2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2C2; }
p { color: rgb(253,226,194); }
H1.HeaderClassName
{
color: #FDE2C2;
}
.AnyTagClassName
{
color: #FDE2C2;
}
</style>
background-color css
<style>
a { background-color: #FDE2C2; }
a { background-color: rgb(253,226,194); }
div.DivClassName
{
background-color: #FDE2C2;
}
.BgClassName
{
background-color: #FDE2C2;
}
</style>
border-color css
<style>
span { border-color: #FDE2C2; }
span { border-color: rgb(253,226,194); }
td.TdClassName
{
border-color: #FDE2C2;
}
.TagClassName
{
border-color: #FDE2C2;
}
</style>