Shades of Bisque #FCE2CC
Tints of Bisque #FCE2CC
RGB
CMYK
RGB Variations
Color information
#FCE2CC (or 0xFCE2CC) is known color: Bisque. HEX triplet: FC, E2 and CC. RGB value is (252,226,204). Sum of RGB (Red+Green+Blue) = 252+226+204=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CC is #031D33. Grayscale: #E7E7E7. Windows color (decimal): -204084 or 13427452. OLE color: 13427452.
HSL color Cylindrical-coordinate representation of color #FCE2CC: hue angle of 27.5º 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 #FCE2CC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 204 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 27.5º | 0.89% | 0.89% | - |
| HSV(B) | 27.5º | 0.19% | 0.99% | - |
| XYZ | 78.24 | 79.45 | 68.34 | - |
| YUV | 231.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 204 | 0 | 0.10 | 0.19 | 0.01 | 27.5 | 0.89 | 0.89 |
| Hex | FC | E2 | CC | 0 | A | 13 | 1 | 1C | 59 | 59 |
| Octal | 374 | 342 | 314 | 0 | 12 | 23 | 1 | 34 | 131 | 131 |
| Binary | 11111100 | 11100010 | 11001100 | 0 | 1010 | 10011 | 1 | 11100 | 1011001 | 1011001 |
Color Harmonies of #FCE2CC
Complementary color
Monochromatic Colors of #FCE2CC
Black with #FCE2CC
Text Example
Text Example
White with #FCE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2CC; }
p { color: rgb(252,226,204); }
H1.HeaderClassName
{
color: #FCE2CC;
}
.AnyTagClassName
{
color: #FCE2CC;
}
</style>
background-color css
<style>
a { background-color: #FCE2CC; }
a { background-color: rgb(252,226,204); }
div.DivClassName
{
background-color: #FCE2CC;
}
.BgClassName
{
background-color: #FCE2CC;
}
</style>
border-color css
<style>
span { border-color: #FCE2CC; }
span { border-color: rgb(252,226,204); }
td.TdClassName
{
border-color: #FCE2CC;
}
.TagClassName
{
border-color: #FCE2CC;
}
</style>