Shades of Bisque #FCE2BF
Tints of Bisque #FCE2BF
RGB
CMYK
RGB Variations
Color information
#FCE2BF (or 0xFCE2BF) is known color: Bisque. HEX triplet: FC, E2 and BF. RGB value is (252,226,191). Sum of RGB (Red+Green+Blue) = 252+226+191=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BF is #031D40. Grayscale: #E5E5E5. Windows color (decimal): -204097 or 12575484. OLE color: 12575484.
HSL color Cylindrical-coordinate representation of color #FCE2BF: hue angle of 34.43º 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 #FCE2BF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 191 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.01 |
| HSL | 34.43º | 0.91% | 0.87% | - |
| HSV(B) | 34.43º | 0.24% | 0.99% | - |
| XYZ | 76.75 | 78.85 | 60.46 | - |
| YUV | 229.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 191 | 0 | 0.10 | 0.24 | 0.01 | 34.43 | 0.91 | 0.87 |
| Hex | FC | E2 | BF | 0 | A | 18 | 1 | 22 | 5B | 57 |
| Octal | 374 | 342 | 277 | 0 | 12 | 30 | 1 | 42 | 133 | 127 |
| Binary | 11111100 | 11100010 | 10111111 | 0 | 1010 | 11000 | 1 | 100010 | 1011011 | 1010111 |
Color Harmonies of #FCE2BF
Complementary color
Monochromatic Colors of #FCE2BF
Black with #FCE2BF
Text Example
Text Example
White with #FCE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2BF; }
p { color: rgb(252,226,191); }
H1.HeaderClassName
{
color: #FCE2BF;
}
.AnyTagClassName
{
color: #FCE2BF;
}
</style>
background-color css
<style>
a { background-color: #FCE2BF; }
a { background-color: rgb(252,226,191); }
div.DivClassName
{
background-color: #FCE2BF;
}
.BgClassName
{
background-color: #FCE2BF;
}
</style>
border-color css
<style>
span { border-color: #FCE2BF; }
span { border-color: rgb(252,226,191); }
td.TdClassName
{
border-color: #FCE2BF;
}
.TagClassName
{
border-color: #FCE2BF;
}
</style>