Shades of Bisque #FEE3C7
Tints of Bisque #FEE3C7
RGB
CMYK
RGB Variations
Color information
#FEE3C7 (or 0xFEE3C7) is known color: Bisque. HEX triplet: FE, E3 and C7. RGB value is (254,227,199). Sum of RGB (Red+Green+Blue) = 254+227+199=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C7 is #011C38. Grayscale: #E8E8E8. Windows color (decimal): -72761 or 13100030. OLE color: 13100030.
HSL color Cylindrical-coordinate representation of color #FEE3C7: hue angle of 30.55º 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 #FEE3C7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 199 | - |
CMYK | 0 | 0.11 | 0.22 | 0.00 |
HSL | 30.55º | 0.96% | 0.89% | - |
HSV(B) | 30.55º | 0.22% | 1% | - |
XYZ | 78.65 | 80.13 | 65.35 | - |
YUV | 231.88 | 109.45 | 143.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 199 | 0 | 0.11 | 0.22 | 0.00 | 30.55 | 0.96 | 0.89 |
Hex | FE | E3 | C7 | 0 | B | 16 | 0 | 1F | 60 | 59 |
Octal | 376 | 343 | 307 | 0 | 13 | 26 | 0 | 37 | 140 | 131 |
Binary | 11111110 | 11100011 | 11000111 | 0 | 1011 | 10110 | 0 | 11111 | 1100000 | 1011001 |
Color Harmonies of #FEE3C7
Complementary color
Monochromatic Colors of #FEE3C7
Black with #FEE3C7
Text Example
Text Example
White with #FEE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3C7; }
p { color: rgb(254,227,199); }
H1.HeaderClassName
{
color: #FEE3C7;
}
.AnyTagClassName
{
color: #FEE3C7;
}
</style>
background-color css
<style>
a { background-color: #FEE3C7; }
a { background-color: rgb(254,227,199); }
div.DivClassName
{
background-color: #FEE3C7;
}
.BgClassName
{
background-color: #FEE3C7;
}
</style>
border-color css
<style>
span { border-color: #FEE3C7; }
span { border-color: rgb(254,227,199); }
td.TdClassName
{
border-color: #FEE3C7;
}
.TagClassName
{
border-color: #FEE3C7;
}
</style>