Shades of Bisque #FDE4C2
Tints of Bisque #FDE4C2
RGB
CMYK
RGB Variations
Color information
#FDE4C2 (or 0xFDE4C2) is known color: Bisque. HEX triplet: FD, E4 and C2. RGB value is (253,228,194). Sum of RGB (Red+Green+Blue) = 253+228+194=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 194 (76.17% from 255 or 28.74% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C2 is #021B3D. Grayscale: #E7E7E7. Windows color (decimal): -138046 or 12772605. OLE color: 12772605.
HSL color Cylindrical-coordinate representation of color #FDE4C2: hue angle of 34.58º 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 #FDE4C2 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 194 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.01 |
| HSL | 34.58º | 0.94% | 0.88% | - |
| HSV(B) | 34.58º | 0.23% | 0.99% | - |
| XYZ | 77.99 | 80.26 | 62.42 | - |
| YUV | 231.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 194 | 0 | 0.10 | 0.23 | 0.01 | 34.58 | 0.94 | 0.88 |
| Hex | FD | E4 | C2 | 0 | A | 17 | 1 | 23 | 5E | 58 |
| Octal | 375 | 344 | 302 | 0 | 12 | 27 | 1 | 43 | 136 | 130 |
| Binary | 11111101 | 11100100 | 11000010 | 0 | 1010 | 10111 | 1 | 100011 | 1011110 | 1011000 |
Color Harmonies of #FDE4C2
Complementary color
Monochromatic Colors of #FDE4C2
Black with #FDE4C2
Text Example
Text Example
White with #FDE4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4C2; }
p { color: rgb(253,228,194); }
H1.HeaderClassName
{
color: #FDE4C2;
}
.AnyTagClassName
{
color: #FDE4C2;
}
</style>
background-color css
<style>
a { background-color: #FDE4C2; }
a { background-color: rgb(253,228,194); }
div.DivClassName
{
background-color: #FDE4C2;
}
.BgClassName
{
background-color: #FDE4C2;
}
</style>
border-color css
<style>
span { border-color: #FDE4C2; }
span { border-color: rgb(253,228,194); }
td.TdClassName
{
border-color: #FDE4C2;
}
.TagClassName
{
border-color: #FDE4C2;
}
</style>