Shades of Bisque #FEE2C5
Tints of Bisque #FEE2C5
RGB
CMYK
RGB Variations
Color information
#FEE2C5 (or 0xFEE2C5) is known color: Bisque. HEX triplet: FE, E2 and C5. RGB value is (254,226,197). Sum of RGB (Red+Green+Blue) = 254+226+197=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 197 (77.34% from 255 or 29.10% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C5 is #011D3A. Grayscale: #E7E7E7. Windows color (decimal): -73019 or 12968702. OLE color: 12968702.
HSL color Cylindrical-coordinate representation of color #FEE2C5: hue angle of 30.53º 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 #FEE2C5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 197 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.00 |
| HSL | 30.53º | 0.97% | 0.88% | - |
| HSV(B) | 30.53º | 0.22% | 1% | - |
| XYZ | 78.15 | 79.49 | 64.05 | - |
| YUV | 231.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 197 | 0 | 0.11 | 0.22 | 0.00 | 30.53 | 0.97 | 0.88 |
| Hex | FE | E2 | C5 | 0 | B | 16 | 0 | 1F | 61 | 58 |
| Octal | 376 | 342 | 305 | 0 | 13 | 26 | 0 | 37 | 141 | 130 |
| Binary | 11111110 | 11100010 | 11000101 | 0 | 1011 | 10110 | 0 | 11111 | 1100001 | 1011000 |
Color Harmonies of #FEE2C5
Complementary color
Monochromatic Colors of #FEE2C5
Black with #FEE2C5
Text Example
Text Example
White with #FEE2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2C5; }
p { color: rgb(254,226,197); }
H1.HeaderClassName
{
color: #FEE2C5;
}
.AnyTagClassName
{
color: #FEE2C5;
}
</style>
background-color css
<style>
a { background-color: #FEE2C5; }
a { background-color: rgb(254,226,197); }
div.DivClassName
{
background-color: #FEE2C5;
}
.BgClassName
{
background-color: #FEE2C5;
}
</style>
border-color css
<style>
span { border-color: #FEE2C5; }
span { border-color: rgb(254,226,197); }
td.TdClassName
{
border-color: #FEE2C5;
}
.TagClassName
{
border-color: #FEE2C5;
}
</style>