Shades of Bisque #FCE2C0
Tints of Bisque #FCE2C0
RGB
CMYK
RGB Variations
Color information
#FCE2C0 (or 0xFCE2C0) is known color: Bisque. HEX triplet: FC, E2 and C0. RGB value is (252,226,192). Sum of RGB (Red+Green+Blue) = 252+226+192=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C0 is #031D3F. Grayscale: #E6E6E6. Windows color (decimal): -204096 or 12641020. OLE color: 12641020.
HSL color Cylindrical-coordinate representation of color #FCE2C0: hue angle of 34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCE2C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 192 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.01 |
| HSL | 34º | 0.91% | 0.87% | - |
| HSV(B) | 34º | 0.24% | 0.99% | - |
| XYZ | 76.86 | 78.89 | 61.05 | - |
| YUV | 229.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 192 | 0 | 0.10 | 0.24 | 0.01 | 34 | 0.91 | 0.87 |
| Hex | FC | E2 | C0 | 0 | A | 18 | 1 | 22 | 5B | 57 |
| Octal | 374 | 342 | 300 | 0 | 12 | 30 | 1 | 42 | 133 | 127 |
| Binary | 11111100 | 11100010 | 11000000 | 0 | 1010 | 11000 | 1 | 100010 | 1011011 | 1010111 |
Color Harmonies of #FCE2C0
Complementary color
Monochromatic Colors of #FCE2C0
Black with #FCE2C0
Text Example
Text Example
White with #FCE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2C0; }
p { color: rgb(252,226,192); }
H1.HeaderClassName
{
color: #FCE2C0;
}
.AnyTagClassName
{
color: #FCE2C0;
}
</style>
background-color css
<style>
a { background-color: #FCE2C0; }
a { background-color: rgb(252,226,192); }
div.DivClassName
{
background-color: #FCE2C0;
}
.BgClassName
{
background-color: #FCE2C0;
}
</style>
border-color css
<style>
span { border-color: #FCE2C0; }
span { border-color: rgb(252,226,192); }
td.TdClassName
{
border-color: #FCE2C0;
}
.TagClassName
{
border-color: #FCE2C0;
}
</style>