Shades of Bisque #FEE5CD
Tints of Bisque #FEE5CD
RGB
CMYK
RGB Variations
Color information
#FEE5CD (or 0xFEE5CD) is known color: Bisque. HEX triplet: FE, E5 and CD. RGB value is (254,229,205). Sum of RGB (Red+Green+Blue) = 254+229+205=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CD is #011A32. Grayscale: #E9E9E9. Windows color (decimal): -72243 or 13493758. OLE color: 13493758.
HSL color Cylindrical-coordinate representation of color #FEE5CD: hue angle of 29.39º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE5CD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 205 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.00 |
| HSL | 29.39º | 0.96% | 0.9% | - |
| HSV(B) | 29.39º | 0.19% | 1% | - |
| XYZ | 79.91 | 81.52 | 69.28 | - |
| YUV | 233.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 205 | 0 | 0.10 | 0.19 | 0.00 | 29.39 | 0.96 | 0.9 |
| Hex | FE | E5 | CD | 0 | A | 13 | 0 | 1D | 60 | 5A |
| Octal | 376 | 345 | 315 | 0 | 12 | 23 | 0 | 35 | 140 | 132 |
| Binary | 11111110 | 11100101 | 11001101 | 0 | 1010 | 10011 | 0 | 11101 | 1100000 | 1011010 |
Color Harmonies of #FEE5CD
Complementary color
Monochromatic Colors of #FEE5CD
Black with #FEE5CD
Text Example
Text Example
White with #FEE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5CD; }
p { color: rgb(254,229,205); }
H1.HeaderClassName
{
color: #FEE5CD;
}
.AnyTagClassName
{
color: #FEE5CD;
}
</style>
background-color css
<style>
a { background-color: #FEE5CD; }
a { background-color: rgb(254,229,205); }
div.DivClassName
{
background-color: #FEE5CD;
}
.BgClassName
{
background-color: #FEE5CD;
}
</style>
border-color css
<style>
span { border-color: #FEE5CD; }
span { border-color: rgb(254,229,205); }
td.TdClassName
{
border-color: #FEE5CD;
}
.TagClassName
{
border-color: #FEE5CD;
}
</style>