Shades of Bisque #FDE2CC
Tints of Bisque #FDE2CC
RGB
CMYK
RGB Variations
Color information
#FDE2CC (or 0xFDE2CC) is known color: Bisque. HEX triplet: FD, E2 and CC. RGB value is (253,226,204). Sum of RGB (Red+Green+Blue) = 253+226+204=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CC is #021D33. Grayscale: #E7E7E7. Windows color (decimal): -138548 or 13427453. OLE color: 13427453.
HSL color Cylindrical-coordinate representation of color #FDE2CC: hue angle of 26.94º 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 #FDE2CC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 204 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 26.94º | 0.92% | 0.9% | - |
| HSV(B) | 26.94º | 0.19% | 0.99% | - |
| XYZ | 78.6 | 79.63 | 68.35 | - |
| YUV | 231.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 204 | 0 | 0.11 | 0.19 | 0.01 | 26.94 | 0.92 | 0.9 |
| Hex | FD | E2 | CC | 0 | B | 13 | 1 | 1B | 5C | 5A |
| Octal | 375 | 342 | 314 | 0 | 13 | 23 | 1 | 33 | 134 | 132 |
| Binary | 11111101 | 11100010 | 11001100 | 0 | 1011 | 10011 | 1 | 11011 | 1011100 | 1011010 |
Color Harmonies of #FDE2CC
Complementary color
Monochromatic Colors of #FDE2CC
Black with #FDE2CC
Text Example
Text Example
White with #FDE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2CC; }
p { color: rgb(253,226,204); }
H1.HeaderClassName
{
color: #FDE2CC;
}
.AnyTagClassName
{
color: #FDE2CC;
}
</style>
background-color css
<style>
a { background-color: #FDE2CC; }
a { background-color: rgb(253,226,204); }
div.DivClassName
{
background-color: #FDE2CC;
}
.BgClassName
{
background-color: #FDE2CC;
}
</style>
border-color css
<style>
span { border-color: #FDE2CC; }
span { border-color: rgb(253,226,204); }
td.TdClassName
{
border-color: #FDE2CC;
}
.TagClassName
{
border-color: #FDE2CC;
}
</style>