Shades of Bisque #FCE2BE
Tints of Bisque #FCE2BE
RGB
CMYK
RGB Variations
Color information
#FCE2BE (or 0xFCE2BE) is known color: Bisque. HEX triplet: FC, E2 and BE. RGB value is (252,226,190). Sum of RGB (Red+Green+Blue) = 252+226+190=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BE is #031D41. Grayscale: #E5E5E5. Windows color (decimal): -204098 or 12509948. OLE color: 12509948.
HSL color Cylindrical-coordinate representation of color #FCE2BE: hue angle of 34.84º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE2BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 190 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 34.84º | 0.91% | 0.87% | - |
| HSV(B) | 34.84º | 0.25% | 0.99% | - |
| XYZ | 76.64 | 78.81 | 59.89 | - |
| YUV | 229.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 190 | 0 | 0.10 | 0.25 | 0.01 | 34.84 | 0.91 | 0.87 |
| Hex | FC | E2 | BE | 0 | A | 19 | 1 | 23 | 5B | 57 |
| Octal | 374 | 342 | 276 | 0 | 12 | 31 | 1 | 43 | 133 | 127 |
| Binary | 11111100 | 11100010 | 10111110 | 0 | 1010 | 11001 | 1 | 100011 | 1011011 | 1010111 |
Color Harmonies of #FCE2BE
Complementary color
Monochromatic Colors of #FCE2BE
Black with #FCE2BE
Text Example
Text Example
White with #FCE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2BE; }
p { color: rgb(252,226,190); }
H1.HeaderClassName
{
color: #FCE2BE;
}
.AnyTagClassName
{
color: #FCE2BE;
}
</style>
background-color css
<style>
a { background-color: #FCE2BE; }
a { background-color: rgb(252,226,190); }
div.DivClassName
{
background-color: #FCE2BE;
}
.BgClassName
{
background-color: #FCE2BE;
}
</style>
border-color css
<style>
span { border-color: #FCE2BE; }
span { border-color: rgb(252,226,190); }
td.TdClassName
{
border-color: #FCE2BE;
}
.TagClassName
{
border-color: #FCE2BE;
}
</style>