Shades of Bisque #FCE0C0
Tints of Bisque #FCE0C0
RGB
CMYK
RGB Variations
Color information
#FCE0C0 (or 0xFCE0C0) is known color: Bisque. HEX triplet: FC, E0 and C0. RGB value is (252,224,192). Sum of RGB (Red+Green+Blue) = 252+224+192=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C0 is #031F3F. Grayscale: #E4E4E4. Windows color (decimal): -204608 or 12640508. OLE color: 12640508.
HSL color Cylindrical-coordinate representation of color #FCE0C0: hue angle of 32º 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 #FCE0C0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 192 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.01 |
| HSL | 32º | 0.91% | 0.87% | - |
| HSV(B) | 32º | 0.24% | 0.99% | - |
| XYZ | 76.31 | 77.81 | 60.87 | - |
| YUV | 228.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 192 | 0 | 0.11 | 0.24 | 0.01 | 32 | 0.91 | 0.87 |
| Hex | FC | E0 | C0 | 0 | B | 18 | 1 | 20 | 5B | 57 |
| Octal | 374 | 340 | 300 | 0 | 13 | 30 | 1 | 40 | 133 | 127 |
| Binary | 11111100 | 11100000 | 11000000 | 0 | 1011 | 11000 | 1 | 100000 | 1011011 | 1010111 |
Color Harmonies of #FCE0C0
Complementary color
Monochromatic Colors of #FCE0C0
Black with #FCE0C0
Text Example
Text Example
White with #FCE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0C0; }
p { color: rgb(252,224,192); }
H1.HeaderClassName
{
color: #FCE0C0;
}
.AnyTagClassName
{
color: #FCE0C0;
}
</style>
background-color css
<style>
a { background-color: #FCE0C0; }
a { background-color: rgb(252,224,192); }
div.DivClassName
{
background-color: #FCE0C0;
}
.BgClassName
{
background-color: #FCE0C0;
}
</style>
border-color css
<style>
span { border-color: #FCE0C0; }
span { border-color: rgb(252,224,192); }
td.TdClassName
{
border-color: #FCE0C0;
}
.TagClassName
{
border-color: #FCE0C0;
}
</style>