Shades of Bisque #FDE5CA
Tints of Bisque #FDE5CA
RGB
CMYK
RGB Variations
Color information
#FDE5CA (or 0xFDE5CA) is known color: Bisque. HEX triplet: FD, E5 and CA. RGB value is (253,229,202). Sum of RGB (Red+Green+Blue) = 253+229+202=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5CA is #021A35. Grayscale: #E9E9E9. Windows color (decimal): -137782 or 13297149. OLE color: 13297149.
HSL color Cylindrical-coordinate representation of color #FDE5CA: hue angle of 31.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE5CA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 202 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.01 |
| HSL | 31.76º | 0.93% | 0.89% | - |
| HSV(B) | 31.76º | 0.2% | 0.99% | - |
| XYZ | 79.19 | 81.19 | 67.37 | - |
| YUV | 233.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 202 | 0 | 0.09 | 0.20 | 0.01 | 31.76 | 0.93 | 0.89 |
| Hex | FD | E5 | CA | 0 | 9 | 14 | 1 | 20 | 5D | 59 |
| Octal | 375 | 345 | 312 | 0 | 11 | 24 | 1 | 40 | 135 | 131 |
| Binary | 11111101 | 11100101 | 11001010 | 0 | 1001 | 10100 | 1 | 100000 | 1011101 | 1011001 |
Color Harmonies of #FDE5CA
Complementary color
Monochromatic Colors of #FDE5CA
Black with #FDE5CA
Text Example
Text Example
White with #FDE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5CA; }
p { color: rgb(253,229,202); }
H1.HeaderClassName
{
color: #FDE5CA;
}
.AnyTagClassName
{
color: #FDE5CA;
}
</style>
background-color css
<style>
a { background-color: #FDE5CA; }
a { background-color: rgb(253,229,202); }
div.DivClassName
{
background-color: #FDE5CA;
}
.BgClassName
{
background-color: #FDE5CA;
}
</style>
border-color css
<style>
span { border-color: #FDE5CA; }
span { border-color: rgb(253,229,202); }
td.TdClassName
{
border-color: #FDE5CA;
}
.TagClassName
{
border-color: #FDE5CA;
}
</style>