Shades of Bisque #FCE4C7
Tints of Bisque #FCE4C7
RGB
CMYK
RGB Variations
Color information
#FCE4C7 (or 0xFCE4C7) is known color: Bisque. HEX triplet: FC, E4 and C7. RGB value is (252,228,199). Sum of RGB (Red+Green+Blue) = 252+228+199=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 199 (78.12% from 255 or 29.31% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4C7 is #031B38. Grayscale: #E8E8E8. Windows color (decimal): -203577 or 13100284. OLE color: 13100284.
HSL color Cylindrical-coordinate representation of color #FCE4C7: hue angle of 32.83º 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 #FCE4C7 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 199 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.01 |
| HSL | 32.83º | 0.9% | 0.88% | - |
| HSV(B) | 32.83º | 0.21% | 0.99% | - |
| XYZ | 78.2 | 80.31 | 65.41 | - |
| YUV | 231.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 199 | 0 | 0.10 | 0.21 | 0.01 | 32.83 | 0.9 | 0.88 |
| Hex | FC | E4 | C7 | 0 | A | 15 | 1 | 21 | 5A | 58 |
| Octal | 374 | 344 | 307 | 0 | 12 | 25 | 1 | 41 | 132 | 130 |
| Binary | 11111100 | 11100100 | 11000111 | 0 | 1010 | 10101 | 1 | 100001 | 1011010 | 1011000 |
Color Harmonies of #FCE4C7
Complementary color
Monochromatic Colors of #FCE4C7
Black with #FCE4C7
Text Example
Text Example
White with #FCE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4C7; }
p { color: rgb(252,228,199); }
H1.HeaderClassName
{
color: #FCE4C7;
}
.AnyTagClassName
{
color: #FCE4C7;
}
</style>
background-color css
<style>
a { background-color: #FCE4C7; }
a { background-color: rgb(252,228,199); }
div.DivClassName
{
background-color: #FCE4C7;
}
.BgClassName
{
background-color: #FCE4C7;
}
</style>
border-color css
<style>
span { border-color: #FCE4C7; }
span { border-color: rgb(252,228,199); }
td.TdClassName
{
border-color: #FCE4C7;
}
.TagClassName
{
border-color: #FCE4C7;
}
</style>