Shades of Bisque #FDE3CC
Tints of Bisque #FDE3CC
RGB
CMYK
RGB Variations
Color information
#FDE3CC (or 0xFDE3CC) is known color: Bisque. HEX triplet: FD, E3 and CC. RGB value is (253,227,204). Sum of RGB (Red+Green+Blue) = 253+227+204=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CC is #021C33. Grayscale: #E8E8E8. Windows color (decimal): -138292 or 13427709. OLE color: 13427709.
HSL color Cylindrical-coordinate representation of color #FDE3CC: hue angle of 28.16º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE3CC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 204 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 28.16º | 0.92% | 0.9% | - |
| HSV(B) | 28.16º | 0.19% | 0.99% | - |
| XYZ | 78.88 | 80.18 | 68.45 | - |
| YUV | 232.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 204 | 0 | 0.10 | 0.19 | 0.01 | 28.16 | 0.92 | 0.9 |
| Hex | FD | E3 | CC | 0 | A | 13 | 1 | 1C | 5C | 5A |
| Octal | 375 | 343 | 314 | 0 | 12 | 23 | 1 | 34 | 134 | 132 |
| Binary | 11111101 | 11100011 | 11001100 | 0 | 1010 | 10011 | 1 | 11100 | 1011100 | 1011010 |
Color Harmonies of #FDE3CC
Complementary color
Monochromatic Colors of #FDE3CC
Black with #FDE3CC
Text Example
Text Example
White with #FDE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3CC; }
p { color: rgb(253,227,204); }
H1.HeaderClassName
{
color: #FDE3CC;
}
.AnyTagClassName
{
color: #FDE3CC;
}
</style>
background-color css
<style>
a { background-color: #FDE3CC; }
a { background-color: rgb(253,227,204); }
div.DivClassName
{
background-color: #FDE3CC;
}
.BgClassName
{
background-color: #FDE3CC;
}
</style>
border-color css
<style>
span { border-color: #FDE3CC; }
span { border-color: rgb(253,227,204); }
td.TdClassName
{
border-color: #FDE3CC;
}
.TagClassName
{
border-color: #FDE3CC;
}
</style>