Shades of Bisque #FDE3CA
Tints of Bisque #FDE3CA
RGB
CMYK
RGB Variations
Color information
#FDE3CA (or 0xFDE3CA) is known color: Bisque. HEX triplet: FD, E3 and CA. RGB value is (253,227,202). Sum of RGB (Red+Green+Blue) = 253+227+202=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CA is #021C35. Grayscale: #E8E8E8. Windows color (decimal): -138294 or 13296637. OLE color: 13296637.
HSL color Cylindrical-coordinate representation of color #FDE3CA: hue angle of 29.41º 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 #FDE3CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 202 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 29.41º | 0.93% | 0.89% | - |
| HSV(B) | 29.41º | 0.2% | 0.99% | - |
| XYZ | 78.64 | 80.09 | 67.19 | - |
| YUV | 231.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 202 | 0 | 0.10 | 0.20 | 0.01 | 29.41 | 0.93 | 0.89 |
| Hex | FD | E3 | CA | 0 | A | 14 | 1 | 1D | 5D | 59 |
| Octal | 375 | 343 | 312 | 0 | 12 | 24 | 1 | 35 | 135 | 131 |
| Binary | 11111101 | 11100011 | 11001010 | 0 | 1010 | 10100 | 1 | 11101 | 1011101 | 1011001 |
Color Harmonies of #FDE3CA
Complementary color
Monochromatic Colors of #FDE3CA
Black with #FDE3CA
Text Example
Text Example
White with #FDE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3CA; }
p { color: rgb(253,227,202); }
H1.HeaderClassName
{
color: #FDE3CA;
}
.AnyTagClassName
{
color: #FDE3CA;
}
</style>
background-color css
<style>
a { background-color: #FDE3CA; }
a { background-color: rgb(253,227,202); }
div.DivClassName
{
background-color: #FDE3CA;
}
.BgClassName
{
background-color: #FDE3CA;
}
</style>
border-color css
<style>
span { border-color: #FDE3CA; }
span { border-color: rgb(253,227,202); }
td.TdClassName
{
border-color: #FDE3CA;
}
.TagClassName
{
border-color: #FDE3CA;
}
</style>