Shades of Bisque #FEE4C3
Tints of Bisque #FEE4C3
RGB
CMYK
RGB Variations
Color information
#FEE4C3 (or 0xFEE4C3) is known color: Bisque. HEX triplet: FE, E4 and C3. RGB value is (254,228,195). Sum of RGB (Red+Green+Blue) = 254+228+195=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 195 (76.56% from 255 or 28.80% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4C3 is #011B3C. Grayscale: #E8E8E8. Windows color (decimal): -72509 or 12838142. OLE color: 12838142.
HSL color Cylindrical-coordinate representation of color #FEE4C3: hue angle of 33.56º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEE4C3 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 195 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.00 |
| HSL | 33.56º | 0.97% | 0.88% | - |
| HSV(B) | 33.56º | 0.23% | 1% | - |
| XYZ | 78.47 | 80.5 | 63.03 | - |
| YUV | 232.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 195 | 0 | 0.10 | 0.23 | 0.00 | 33.56 | 0.97 | 0.88 |
| Hex | FE | E4 | C3 | 0 | A | 17 | 0 | 22 | 61 | 58 |
| Octal | 376 | 344 | 303 | 0 | 12 | 27 | 0 | 42 | 141 | 130 |
| Binary | 11111110 | 11100100 | 11000011 | 0 | 1010 | 10111 | 0 | 100010 | 1100001 | 1011000 |
Color Harmonies of #FEE4C3
Complementary color
Monochromatic Colors of #FEE4C3
Black with #FEE4C3
Text Example
Text Example
White with #FEE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4C3; }
p { color: rgb(254,228,195); }
H1.HeaderClassName
{
color: #FEE4C3;
}
.AnyTagClassName
{
color: #FEE4C3;
}
</style>
background-color css
<style>
a { background-color: #FEE4C3; }
a { background-color: rgb(254,228,195); }
div.DivClassName
{
background-color: #FEE4C3;
}
.BgClassName
{
background-color: #FEE4C3;
}
</style>
border-color css
<style>
span { border-color: #FEE4C3; }
span { border-color: rgb(254,228,195); }
td.TdClassName
{
border-color: #FEE4C3;
}
.TagClassName
{
border-color: #FEE4C3;
}
</style>