Shades of Bisque #FEE0C2
Tints of Bisque #FEE0C2
RGB
CMYK
RGB Variations
Color information
#FEE0C2 (or 0xFEE0C2) is known color: Bisque. HEX triplet: FE, E0 and C2. RGB value is (254,224,194). Sum of RGB (Red+Green+Blue) = 254+224+194=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0C2 is #011F3D. Grayscale: #E5E5E5. Windows color (decimal): -73534 or 12771582. OLE color: 12771582.
HSL color Cylindrical-coordinate representation of color #FEE0C2: hue angle of 30º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE0C2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 194 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.00 |
| HSL | 30º | 0.97% | 0.88% | - |
| HSV(B) | 30º | 0.24% | 1% | - |
| XYZ | 77.27 | 78.28 | 62.08 | - |
| YUV | 229.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 194 | 0 | 0.12 | 0.24 | 0.00 | 30 | 0.97 | 0.88 |
| Hex | FE | E0 | C2 | 0 | C | 18 | 0 | 1E | 61 | 58 |
| Octal | 376 | 340 | 302 | 0 | 14 | 30 | 0 | 36 | 141 | 130 |
| Binary | 11111110 | 11100000 | 11000010 | 0 | 1100 | 11000 | 0 | 11110 | 1100001 | 1011000 |
Color Harmonies of #FEE0C2
Complementary color
Monochromatic Colors of #FEE0C2
Black with #FEE0C2
Text Example
Text Example
White with #FEE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0C2; }
p { color: rgb(254,224,194); }
H1.HeaderClassName
{
color: #FEE0C2;
}
.AnyTagClassName
{
color: #FEE0C2;
}
</style>
background-color css
<style>
a { background-color: #FEE0C2; }
a { background-color: rgb(254,224,194); }
div.DivClassName
{
background-color: #FEE0C2;
}
.BgClassName
{
background-color: #FEE0C2;
}
</style>
border-color css
<style>
span { border-color: #FEE0C2; }
span { border-color: rgb(254,224,194); }
td.TdClassName
{
border-color: #FEE0C2;
}
.TagClassName
{
border-color: #FEE0C2;
}
</style>