Shades of Bisque #FCE2BD
Tints of Bisque #FCE2BD
RGB
CMYK
RGB Variations
Color information
#FCE2BD (or 0xFCE2BD) is known color: Bisque. HEX triplet: FC, E2 and BD. RGB value is (252,226,189). Sum of RGB (Red+Green+Blue) = 252+226+189=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BD is #031D42. Grayscale: #E5E5E5. Windows color (decimal): -204099 or 12444412. OLE color: 12444412.
HSL color Cylindrical-coordinate representation of color #FCE2BD: hue angle of 35.24º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE2BD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 189 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 35.24º | 0.91% | 0.86% | - |
| HSV(B) | 35.24º | 0.25% | 0.99% | - |
| XYZ | 76.53 | 78.76 | 59.31 | - |
| YUV | 229.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 189 | 0 | 0.10 | 0.25 | 0.01 | 35.24 | 0.91 | 0.86 |
| Hex | FC | E2 | BD | 0 | A | 19 | 1 | 23 | 5B | 56 |
| Octal | 374 | 342 | 275 | 0 | 12 | 31 | 1 | 43 | 133 | 126 |
| Binary | 11111100 | 11100010 | 10111101 | 0 | 1010 | 11001 | 1 | 100011 | 1011011 | 1010110 |
Color Harmonies of #FCE2BD
Complementary color
Monochromatic Colors of #FCE2BD
Black with #FCE2BD
Text Example
Text Example
White with #FCE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2BD; }
p { color: rgb(252,226,189); }
H1.HeaderClassName
{
color: #FCE2BD;
}
.AnyTagClassName
{
color: #FCE2BD;
}
</style>
background-color css
<style>
a { background-color: #FCE2BD; }
a { background-color: rgb(252,226,189); }
div.DivClassName
{
background-color: #FCE2BD;
}
.BgClassName
{
background-color: #FCE2BD;
}
</style>
border-color css
<style>
span { border-color: #FCE2BD; }
span { border-color: rgb(252,226,189); }
td.TdClassName
{
border-color: #FCE2BD;
}
.TagClassName
{
border-color: #FCE2BD;
}
</style>