Shades of Bisque #FEE5C5
Tints of Bisque #FEE5C5
RGB
CMYK
RGB Variations
Color information
#FEE5C5 (or 0xFEE5C5) is known color: Bisque. HEX triplet: FE, E5 and C5. RGB value is (254,229,197). Sum of RGB (Red+Green+Blue) = 254+229+197=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 197 (77.34% from 255 or 28.97% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C5 is #011A3A. Grayscale: #E8E8E8. Windows color (decimal): -72251 or 12969470. OLE color: 12969470.
HSL color Cylindrical-coordinate representation of color #FEE5C5: hue angle of 33.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE5C5 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 197 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.00 |
| HSL | 33.68º | 0.97% | 0.88% | - |
| HSV(B) | 33.68º | 0.22% | 1% | - |
| XYZ | 78.97 | 81.14 | 64.32 | - |
| YUV | 232.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 197 | 0 | 0.10 | 0.22 | 0.00 | 33.68 | 0.97 | 0.88 |
| Hex | FE | E5 | C5 | 0 | A | 16 | 0 | 22 | 61 | 58 |
| Octal | 376 | 345 | 305 | 0 | 12 | 26 | 0 | 42 | 141 | 130 |
| Binary | 11111110 | 11100101 | 11000101 | 0 | 1010 | 10110 | 0 | 100010 | 1100001 | 1011000 |
Color Harmonies of #FEE5C5
Complementary color
Monochromatic Colors of #FEE5C5
Black with #FEE5C5
Text Example
Text Example
White with #FEE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5C5; }
p { color: rgb(254,229,197); }
H1.HeaderClassName
{
color: #FEE5C5;
}
.AnyTagClassName
{
color: #FEE5C5;
}
</style>
background-color css
<style>
a { background-color: #FEE5C5; }
a { background-color: rgb(254,229,197); }
div.DivClassName
{
background-color: #FEE5C5;
}
.BgClassName
{
background-color: #FEE5C5;
}
</style>
border-color css
<style>
span { border-color: #FEE5C5; }
span { border-color: rgb(254,229,197); }
td.TdClassName
{
border-color: #FEE5C5;
}
.TagClassName
{
border-color: #FEE5C5;
}
</style>