Shades of Bisque #FCE0BF
Tints of Bisque #FCE0BF
RGB
CMYK
RGB Variations
Color information
#FCE0BF (or 0xFCE0BF) is known color: Bisque. HEX triplet: FC, E0 and BF. RGB value is (252,224,191). Sum of RGB (Red+Green+Blue) = 252+224+191=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0BF is #031F40. Grayscale: #E4E4E4. Windows color (decimal): -204609 or 12574972. OLE color: 12574972.
HSL color Cylindrical-coordinate representation of color #FCE0BF: hue angle of 32.46º 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 #FCE0BF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 191 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.01 |
| HSL | 32.46º | 0.91% | 0.87% | - |
| HSV(B) | 32.46º | 0.24% | 0.99% | - |
| XYZ | 76.2 | 77.77 | 60.28 | - |
| YUV | 228.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 191 | 0 | 0.11 | 0.24 | 0.01 | 32.46 | 0.91 | 0.87 |
| Hex | FC | E0 | BF | 0 | B | 18 | 1 | 20 | 5B | 57 |
| Octal | 374 | 340 | 277 | 0 | 13 | 30 | 1 | 40 | 133 | 127 |
| Binary | 11111100 | 11100000 | 10111111 | 0 | 1011 | 11000 | 1 | 100000 | 1011011 | 1010111 |
Color Harmonies of #FCE0BF
Complementary color
Monochromatic Colors of #FCE0BF
Black with #FCE0BF
Text Example
Text Example
White with #FCE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0BF; }
p { color: rgb(252,224,191); }
H1.HeaderClassName
{
color: #FCE0BF;
}
.AnyTagClassName
{
color: #FCE0BF;
}
</style>
background-color css
<style>
a { background-color: #FCE0BF; }
a { background-color: rgb(252,224,191); }
div.DivClassName
{
background-color: #FCE0BF;
}
.BgClassName
{
background-color: #FCE0BF;
}
</style>
border-color css
<style>
span { border-color: #FCE0BF; }
span { border-color: rgb(252,224,191); }
td.TdClassName
{
border-color: #FCE0BF;
}
.TagClassName
{
border-color: #FCE0BF;
}
</style>