Shades of Bisque #FCE2C9
Tints of Bisque #FCE2C9
RGB
CMYK
RGB Variations
Color information
#FCE2C9 (or 0xFCE2C9) is known color: Bisque. HEX triplet: FC, E2 and C9. RGB value is (252,226,201). Sum of RGB (Red+Green+Blue) = 252+226+201=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C9 is #031D36. Grayscale: #E7E7E7. Windows color (decimal): -204087 or 13230844. OLE color: 13230844.
HSL color Cylindrical-coordinate representation of color #FCE2C9: hue angle of 29.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE2C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 201 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 29.41º | 0.89% | 0.89% | - |
| HSV(B) | 29.41º | 0.2% | 0.99% | - |
| XYZ | 77.88 | 79.31 | 66.46 | - |
| YUV | 230.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 201 | 0 | 0.10 | 0.20 | 0.01 | 29.41 | 0.89 | 0.89 |
| Hex | FC | E2 | C9 | 0 | A | 14 | 1 | 1D | 59 | 59 |
| Octal | 374 | 342 | 311 | 0 | 12 | 24 | 1 | 35 | 131 | 131 |
| Binary | 11111100 | 11100010 | 11001001 | 0 | 1010 | 10100 | 1 | 11101 | 1011001 | 1011001 |
Color Harmonies of #FCE2C9
Complementary color
Monochromatic Colors of #FCE2C9
Black with #FCE2C9
Text Example
Text Example
White with #FCE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2C9; }
p { color: rgb(252,226,201); }
H1.HeaderClassName
{
color: #FCE2C9;
}
.AnyTagClassName
{
color: #FCE2C9;
}
</style>
background-color css
<style>
a { background-color: #FCE2C9; }
a { background-color: rgb(252,226,201); }
div.DivClassName
{
background-color: #FCE2C9;
}
.BgClassName
{
background-color: #FCE2C9;
}
</style>
border-color css
<style>
span { border-color: #FCE2C9; }
span { border-color: rgb(252,226,201); }
td.TdClassName
{
border-color: #FCE2C9;
}
.TagClassName
{
border-color: #FCE2C9;
}
</style>