Shades of Bisque #FCE1C7
Tints of Bisque #FCE1C7
RGB
CMYK
RGB Variations
Color information
#FCE1C7 (or 0xFCE1C7) is known color: Bisque. HEX triplet: FC, E1 and C7. RGB value is (252,225,199). Sum of RGB (Red+Green+Blue) = 252+225+199=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 199 (78.12% from 255 or 29.44% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C7 is #031E38. Grayscale: #E6E6E6. Windows color (decimal): -204345 or 13099516. OLE color: 13099516.
HSL color Cylindrical-coordinate representation of color #FCE1C7: hue angle of 29.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCE1C7 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 199 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.01 |
| HSL | 29.43º | 0.9% | 0.88% | - |
| HSV(B) | 29.43º | 0.21% | 0.99% | - |
| XYZ | 77.38 | 78.67 | 65.14 | - |
| YUV | 230.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 199 | 0 | 0.11 | 0.21 | 0.01 | 29.43 | 0.9 | 0.88 |
| Hex | FC | E1 | C7 | 0 | B | 15 | 1 | 1D | 5A | 58 |
| Octal | 374 | 341 | 307 | 0 | 13 | 25 | 1 | 35 | 132 | 130 |
| Binary | 11111100 | 11100001 | 11000111 | 0 | 1011 | 10101 | 1 | 11101 | 1011010 | 1011000 |
Color Harmonies of #FCE1C7
Complementary color
Monochromatic Colors of #FCE1C7
Black with #FCE1C7
Text Example
Text Example
White with #FCE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1C7; }
p { color: rgb(252,225,199); }
H1.HeaderClassName
{
color: #FCE1C7;
}
.AnyTagClassName
{
color: #FCE1C7;
}
</style>
background-color css
<style>
a { background-color: #FCE1C7; }
a { background-color: rgb(252,225,199); }
div.DivClassName
{
background-color: #FCE1C7;
}
.BgClassName
{
background-color: #FCE1C7;
}
</style>
border-color css
<style>
span { border-color: #FCE1C7; }
span { border-color: rgb(252,225,199); }
td.TdClassName
{
border-color: #FCE1C7;
}
.TagClassName
{
border-color: #FCE1C7;
}
</style>