Shades of Bisque #FEE1C7
Tints of Bisque #FEE1C7
RGB
CMYK
RGB Variations
Color information
#FEE1C7 (or 0xFEE1C7) is known color: Bisque. HEX triplet: FE, E1 and C7. RGB value is (254,225,199). Sum of RGB (Red+Green+Blue) = 254+225+199=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 199 (78.12% from 255 or 29.35% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1C7 is #011E38. Grayscale: #E6E6E6. Windows color (decimal): -73273 or 13099518. OLE color: 13099518.
HSL color Cylindrical-coordinate representation of color #FEE1C7: hue angle of 28.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE1C7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 199 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.00 |
| HSL | 28.36º | 0.96% | 0.89% | - |
| HSV(B) | 28.36º | 0.22% | 1% | - |
| XYZ | 78.11 | 79.04 | 65.17 | - |
| YUV | 230.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 199 | 0 | 0.11 | 0.22 | 0.00 | 28.36 | 0.96 | 0.89 |
| Hex | FE | E1 | C7 | 0 | B | 16 | 0 | 1C | 60 | 59 |
| Octal | 376 | 341 | 307 | 0 | 13 | 26 | 0 | 34 | 140 | 131 |
| Binary | 11111110 | 11100001 | 11000111 | 0 | 1011 | 10110 | 0 | 11100 | 1100000 | 1011001 |
Color Harmonies of #FEE1C7
Complementary color
Monochromatic Colors of #FEE1C7
Black with #FEE1C7
Text Example
Text Example
White with #FEE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1C7; }
p { color: rgb(254,225,199); }
H1.HeaderClassName
{
color: #FEE1C7;
}
.AnyTagClassName
{
color: #FEE1C7;
}
</style>
background-color css
<style>
a { background-color: #FEE1C7; }
a { background-color: rgb(254,225,199); }
div.DivClassName
{
background-color: #FEE1C7;
}
.BgClassName
{
background-color: #FEE1C7;
}
</style>
border-color css
<style>
span { border-color: #FEE1C7; }
span { border-color: rgb(254,225,199); }
td.TdClassName
{
border-color: #FEE1C7;
}
.TagClassName
{
border-color: #FEE1C7;
}
</style>