Shades of Bisque #FCE4CC
Tints of Bisque #FCE4CC
RGB
CMYK
RGB Variations
Color information
#FCE4CC (or 0xFCE4CC) is known color: Bisque. HEX triplet: FC, E4 and CC. RGB value is (252,228,204). Sum of RGB (Red+Green+Blue) = 252+228+204=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4CC is #031B33. Grayscale: #E8E8E8. Windows color (decimal): -203572 or 13427964. OLE color: 13427964.
HSL color Cylindrical-coordinate representation of color #FCE4CC: hue angle of 30º 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 #FCE4CC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 204 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 30º | 0.89% | 0.89% | - |
| HSV(B) | 30º | 0.19% | 0.99% | - |
| XYZ | 78.79 | 80.54 | 68.52 | - |
| YUV | 232.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 204 | 0 | 0.10 | 0.19 | 0.01 | 30 | 0.89 | 0.89 |
| Hex | FC | E4 | CC | 0 | A | 13 | 1 | 1E | 59 | 59 |
| Octal | 374 | 344 | 314 | 0 | 12 | 23 | 1 | 36 | 131 | 131 |
| Binary | 11111100 | 11100100 | 11001100 | 0 | 1010 | 10011 | 1 | 11110 | 1011001 | 1011001 |
Color Harmonies of #FCE4CC
Complementary color
Monochromatic Colors of #FCE4CC
Black with #FCE4CC
Text Example
Text Example
White with #FCE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4CC; }
p { color: rgb(252,228,204); }
H1.HeaderClassName
{
color: #FCE4CC;
}
.AnyTagClassName
{
color: #FCE4CC;
}
</style>
background-color css
<style>
a { background-color: #FCE4CC; }
a { background-color: rgb(252,228,204); }
div.DivClassName
{
background-color: #FCE4CC;
}
.BgClassName
{
background-color: #FCE4CC;
}
</style>
border-color css
<style>
span { border-color: #FCE4CC; }
span { border-color: rgb(252,228,204); }
td.TdClassName
{
border-color: #FCE4CC;
}
.TagClassName
{
border-color: #FCE4CC;
}
</style>