Shades of Bisque #FCE3C7
Tints of Bisque #FCE3C7
RGB
CMYK
RGB Variations
Color information
#FCE3C7 (or 0xFCE3C7) is known color: Bisque. HEX triplet: FC, E3 and C7. RGB value is (252,227,199). Sum of RGB (Red+Green+Blue) = 252+227+199=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 199 (78.12% from 255 or 29.35% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3C7 is #031C38. Grayscale: #E7E7E7. Windows color (decimal): -203833 or 13100028. OLE color: 13100028.
HSL color Cylindrical-coordinate representation of color #FCE3C7: hue angle of 31.7º 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 #FCE3C7 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 199 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.01 |
| HSL | 31.7º | 0.9% | 0.88% | - |
| HSV(B) | 31.7º | 0.21% | 0.99% | - |
| XYZ | 77.92 | 79.76 | 65.32 | - |
| YUV | 231.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 199 | 0 | 0.10 | 0.21 | 0.01 | 31.7 | 0.9 | 0.88 |
| Hex | FC | E3 | C7 | 0 | A | 15 | 1 | 20 | 5A | 58 |
| Octal | 374 | 343 | 307 | 0 | 12 | 25 | 1 | 40 | 132 | 130 |
| Binary | 11111100 | 11100011 | 11000111 | 0 | 1010 | 10101 | 1 | 100000 | 1011010 | 1011000 |
Color Harmonies of #FCE3C7
Complementary color
Monochromatic Colors of #FCE3C7
Black with #FCE3C7
Text Example
Text Example
White with #FCE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3C7; }
p { color: rgb(252,227,199); }
H1.HeaderClassName
{
color: #FCE3C7;
}
.AnyTagClassName
{
color: #FCE3C7;
}
</style>
background-color css
<style>
a { background-color: #FCE3C7; }
a { background-color: rgb(252,227,199); }
div.DivClassName
{
background-color: #FCE3C7;
}
.BgClassName
{
background-color: #FCE3C7;
}
</style>
border-color css
<style>
span { border-color: #FCE3C7; }
span { border-color: rgb(252,227,199); }
td.TdClassName
{
border-color: #FCE3C7;
}
.TagClassName
{
border-color: #FCE3C7;
}
</style>