Shades of Bisque #FCE0C5
Tints of Bisque #FCE0C5
RGB
CMYK
RGB Variations
Color information
#FCE0C5 (or 0xFCE0C5) is known color: Bisque. HEX triplet: FC, E0 and C5. RGB value is (252,224,197). Sum of RGB (Red+Green+Blue) = 252+224+197=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C5 is #031F3A. Grayscale: #E5E5E5. Windows color (decimal): -204603 or 12968188. OLE color: 12968188.
HSL color Cylindrical-coordinate representation of color #FCE0C5: hue angle of 29.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCE0C5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 197 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.01 |
| HSL | 29.45º | 0.9% | 0.88% | - |
| HSV(B) | 29.45º | 0.22% | 0.99% | - |
| XYZ | 76.88 | 78.04 | 63.83 | - |
| YUV | 229.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 197 | 0 | 0.11 | 0.22 | 0.01 | 29.45 | 0.9 | 0.88 |
| Hex | FC | E0 | C5 | 0 | B | 16 | 1 | 1D | 5A | 58 |
| Octal | 374 | 340 | 305 | 0 | 13 | 26 | 1 | 35 | 132 | 130 |
| Binary | 11111100 | 11100000 | 11000101 | 0 | 1011 | 10110 | 1 | 11101 | 1011010 | 1011000 |
Color Harmonies of #FCE0C5
Complementary color
Monochromatic Colors of #FCE0C5
Black with #FCE0C5
Text Example
Text Example
White with #FCE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0C5; }
p { color: rgb(252,224,197); }
H1.HeaderClassName
{
color: #FCE0C5;
}
.AnyTagClassName
{
color: #FCE0C5;
}
</style>
background-color css
<style>
a { background-color: #FCE0C5; }
a { background-color: rgb(252,224,197); }
div.DivClassName
{
background-color: #FCE0C5;
}
.BgClassName
{
background-color: #FCE0C5;
}
</style>
border-color css
<style>
span { border-color: #FCE0C5; }
span { border-color: rgb(252,224,197); }
td.TdClassName
{
border-color: #FCE0C5;
}
.TagClassName
{
border-color: #FCE0C5;
}
</style>