Shades of Bisque #FDE4CC
Tints of Bisque #FDE4CC
RGB
CMYK
RGB Variations
Color information
#FDE4CC (or 0xFDE4CC) is known color: Bisque. HEX triplet: FD, E4 and CC. RGB value is (253,228,204). Sum of RGB (Red+Green+Blue) = 253+228+204=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CC is #021B33. Grayscale: #E8E8E8. Windows color (decimal): -138036 or 13427965. OLE color: 13427965.
HSL color Cylindrical-coordinate representation of color #FDE4CC: hue angle of 29.39º 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 #FDE4CC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 204 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 29.39º | 0.92% | 0.9% | - |
| HSV(B) | 29.39º | 0.19% | 0.99% | - |
| XYZ | 79.15 | 80.73 | 68.54 | - |
| YUV | 232.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 204 | 0 | 0.10 | 0.19 | 0.01 | 29.39 | 0.92 | 0.9 |
| Hex | FD | E4 | CC | 0 | A | 13 | 1 | 1D | 5C | 5A |
| Octal | 375 | 344 | 314 | 0 | 12 | 23 | 1 | 35 | 134 | 132 |
| Binary | 11111101 | 11100100 | 11001100 | 0 | 1010 | 10011 | 1 | 11101 | 1011100 | 1011010 |
Color Harmonies of #FDE4CC
Complementary color
Monochromatic Colors of #FDE4CC
Black with #FDE4CC
Text Example
Text Example
White with #FDE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4CC; }
p { color: rgb(253,228,204); }
H1.HeaderClassName
{
color: #FDE4CC;
}
.AnyTagClassName
{
color: #FDE4CC;
}
</style>
background-color css
<style>
a { background-color: #FDE4CC; }
a { background-color: rgb(253,228,204); }
div.DivClassName
{
background-color: #FDE4CC;
}
.BgClassName
{
background-color: #FDE4CC;
}
</style>
border-color css
<style>
span { border-color: #FDE4CC; }
span { border-color: rgb(253,228,204); }
td.TdClassName
{
border-color: #FDE4CC;
}
.TagClassName
{
border-color: #FDE4CC;
}
</style>