Shades of Bisque #FCE1BD
Tints of Bisque #FCE1BD
RGB
CMYK
RGB Variations
Color information
#FCE1BD (or 0xFCE1BD) is known color: Bisque. HEX triplet: FC, E1 and BD. RGB value is (252,225,189). Sum of RGB (Red+Green+Blue) = 252+225+189=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BD is #031E42. Grayscale: #E5E5E5. Windows color (decimal): -204355 or 12444156. OLE color: 12444156.
HSL color Cylindrical-coordinate representation of color #FCE1BD: hue angle of 34.29º 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 #FCE1BD is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 189 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.01 |
| HSL | 34.29º | 0.91% | 0.86% | - |
| HSV(B) | 34.29º | 0.25% | 0.99% | - |
| XYZ | 76.26 | 78.22 | 59.22 | - |
| YUV | 228.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 189 | 0 | 0.11 | 0.25 | 0.01 | 34.29 | 0.91 | 0.86 |
| Hex | FC | E1 | BD | 0 | B | 19 | 1 | 22 | 5B | 56 |
| Octal | 374 | 341 | 275 | 0 | 13 | 31 | 1 | 42 | 133 | 126 |
| Binary | 11111100 | 11100001 | 10111101 | 0 | 1011 | 11001 | 1 | 100010 | 1011011 | 1010110 |
Color Harmonies of #FCE1BD
Complementary color
Monochromatic Colors of #FCE1BD
Black with #FCE1BD
Text Example
Text Example
White with #FCE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1BD; }
p { color: rgb(252,225,189); }
H1.HeaderClassName
{
color: #FCE1BD;
}
.AnyTagClassName
{
color: #FCE1BD;
}
</style>
background-color css
<style>
a { background-color: #FCE1BD; }
a { background-color: rgb(252,225,189); }
div.DivClassName
{
background-color: #FCE1BD;
}
.BgClassName
{
background-color: #FCE1BD;
}
</style>
border-color css
<style>
span { border-color: #FCE1BD; }
span { border-color: rgb(252,225,189); }
td.TdClassName
{
border-color: #FCE1BD;
}
.TagClassName
{
border-color: #FCE1BD;
}
</style>