Shades of Bisque #FDE5CC
Tints of Bisque #FDE5CC
RGB
CMYK
RGB Variations
Color information
#FDE5CC (or 0xFDE5CC) is known color: Bisque. HEX triplet: FD, E5 and CC. RGB value is (253,229,204). Sum of RGB (Red+Green+Blue) = 253+229+204=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5CC is #021A33. Grayscale: #E9E9E9. Windows color (decimal): -137780 or 13428221. OLE color: 13428221.
HSL color Cylindrical-coordinate representation of color #FDE5CC: hue angle of 30.61º 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 #FDE5CC is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 204 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 30.61º | 0.92% | 0.9% | - |
| HSV(B) | 30.61º | 0.19% | 0.99% | - |
| XYZ | 79.43 | 81.28 | 68.63 | - |
| YUV | 233.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 204 | 0 | 0.09 | 0.19 | 0.01 | 30.61 | 0.92 | 0.9 |
| Hex | FD | E5 | CC | 0 | 9 | 13 | 1 | 1F | 5C | 5A |
| Octal | 375 | 345 | 314 | 0 | 11 | 23 | 1 | 37 | 134 | 132 |
| Binary | 11111101 | 11100101 | 11001100 | 0 | 1001 | 10011 | 1 | 11111 | 1011100 | 1011010 |
Color Harmonies of #FDE5CC
Complementary color
Monochromatic Colors of #FDE5CC
Black with #FDE5CC
Text Example
Text Example
White with #FDE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5CC; }
p { color: rgb(253,229,204); }
H1.HeaderClassName
{
color: #FDE5CC;
}
.AnyTagClassName
{
color: #FDE5CC;
}
</style>
background-color css
<style>
a { background-color: #FDE5CC; }
a { background-color: rgb(253,229,204); }
div.DivClassName
{
background-color: #FDE5CC;
}
.BgClassName
{
background-color: #FDE5CC;
}
</style>
border-color css
<style>
span { border-color: #FDE5CC; }
span { border-color: rgb(253,229,204); }
td.TdClassName
{
border-color: #FDE5CC;
}
.TagClassName
{
border-color: #FDE5CC;
}
</style>