Shades of Bisque #FEE5CC
Tints of Bisque #FEE5CC
RGB
CMYK
RGB Variations
Color information
#FEE5CC (or 0xFEE5CC) is known color: Bisque. HEX triplet: FE, E5 and CC. RGB value is (254,229,204). Sum of RGB (Red+Green+Blue) = 254+229+204=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CC is #011A33. Grayscale: #E9E9E9. Windows color (decimal): -72244 or 13428222. OLE color: 13428222.
HSL color Cylindrical-coordinate representation of color #FEE5CC: hue angle of 30º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE5CC is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 204 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.00 |
| HSL | 30º | 0.96% | 0.9% | - |
| HSV(B) | 30º | 0.2% | 1% | - |
| XYZ | 79.79 | 81.47 | 68.65 | - |
| YUV | 233.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 204 | 0 | 0.10 | 0.20 | 0.00 | 30 | 0.96 | 0.9 |
| Hex | FE | E5 | CC | 0 | A | 14 | 0 | 1E | 60 | 5A |
| Octal | 376 | 345 | 314 | 0 | 12 | 24 | 0 | 36 | 140 | 132 |
| Binary | 11111110 | 11100101 | 11001100 | 0 | 1010 | 10100 | 0 | 11110 | 1100000 | 1011010 |
Color Harmonies of #FEE5CC
Complementary color
Monochromatic Colors of #FEE5CC
Black with #FEE5CC
Text Example
Text Example
White with #FEE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5CC; }
p { color: rgb(254,229,204); }
H1.HeaderClassName
{
color: #FEE5CC;
}
.AnyTagClassName
{
color: #FEE5CC;
}
</style>
background-color css
<style>
a { background-color: #FEE5CC; }
a { background-color: rgb(254,229,204); }
div.DivClassName
{
background-color: #FEE5CC;
}
.BgClassName
{
background-color: #FEE5CC;
}
</style>
border-color css
<style>
span { border-color: #FEE5CC; }
span { border-color: rgb(254,229,204); }
td.TdClassName
{
border-color: #FEE5CC;
}
.TagClassName
{
border-color: #FEE5CC;
}
</style>