Shades of Bisque #FCE4CB
Tints of Bisque #FCE4CB
RGB
CMYK
RGB Variations
Color information
#FCE4CB (or 0xFCE4CB) is known color: Bisque. HEX triplet: FC, E4 and CB. RGB value is (252,228,203). Sum of RGB (Red+Green+Blue) = 252+228+203=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4CB is #031B34. Grayscale: #E8E8E8. Windows color (decimal): -203573 or 13362428. OLE color: 13362428.
HSL color Cylindrical-coordinate representation of color #FCE4CB: hue angle of 30.61º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE4CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 203 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 30.61º | 0.89% | 0.89% | - |
| HSV(B) | 30.61º | 0.19% | 0.99% | - |
| XYZ | 78.67 | 80.49 | 67.89 | - |
| YUV | 232.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 203 | 0 | 0.10 | 0.19 | 0.01 | 30.61 | 0.89 | 0.89 |
| Hex | FC | E4 | CB | 0 | A | 13 | 1 | 1F | 59 | 59 |
| Octal | 374 | 344 | 313 | 0 | 12 | 23 | 1 | 37 | 131 | 131 |
| Binary | 11111100 | 11100100 | 11001011 | 0 | 1010 | 10011 | 1 | 11111 | 1011001 | 1011001 |
Color Harmonies of #FCE4CB
Complementary color
Monochromatic Colors of #FCE4CB
Black with #FCE4CB
Text Example
Text Example
White with #FCE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4CB; }
p { color: rgb(252,228,203); }
H1.HeaderClassName
{
color: #FCE4CB;
}
.AnyTagClassName
{
color: #FCE4CB;
}
</style>
background-color css
<style>
a { background-color: #FCE4CB; }
a { background-color: rgb(252,228,203); }
div.DivClassName
{
background-color: #FCE4CB;
}
.BgClassName
{
background-color: #FCE4CB;
}
</style>
border-color css
<style>
span { border-color: #FCE4CB; }
span { border-color: rgb(252,228,203); }
td.TdClassName
{
border-color: #FCE4CB;
}
.TagClassName
{
border-color: #FCE4CB;
}
</style>