Shades of Bisque #FCE3C8
Tints of Bisque #FCE3C8
RGB
CMYK
RGB Variations
Color information
#FCE3C8 (or 0xFCE3C8) is known color: Bisque. HEX triplet: FC, E3 and C8. RGB value is (252,227,200). Sum of RGB (Red+Green+Blue) = 252+227+200=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 200 (78.52% from 255 or 29.46% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3C8 is #031C37. Grayscale: #E7E7E7. Windows color (decimal): -203832 or 13165564. OLE color: 13165564.
HSL color Cylindrical-coordinate representation of color #FCE3C8: hue angle of 31.15º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCE3C8 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 200 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.01 |
| HSL | 31.15º | 0.9% | 0.89% | - |
| HSV(B) | 31.15º | 0.21% | 0.99% | - |
| XYZ | 78.04 | 79.8 | 65.93 | - |
| YUV | 231.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 200 | 0 | 0.10 | 0.21 | 0.01 | 31.15 | 0.9 | 0.89 |
| Hex | FC | E3 | C8 | 0 | A | 15 | 1 | 1F | 5A | 59 |
| Octal | 374 | 343 | 310 | 0 | 12 | 25 | 1 | 37 | 132 | 131 |
| Binary | 11111100 | 11100011 | 11001000 | 0 | 1010 | 10101 | 1 | 11111 | 1011010 | 1011001 |
Color Harmonies of #FCE3C8
Complementary color
Monochromatic Colors of #FCE3C8
Black with #FCE3C8
Text Example
Text Example
White with #FCE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3C8; }
p { color: rgb(252,227,200); }
H1.HeaderClassName
{
color: #FCE3C8;
}
.AnyTagClassName
{
color: #FCE3C8;
}
</style>
background-color css
<style>
a { background-color: #FCE3C8; }
a { background-color: rgb(252,227,200); }
div.DivClassName
{
background-color: #FCE3C8;
}
.BgClassName
{
background-color: #FCE3C8;
}
</style>
border-color css
<style>
span { border-color: #FCE3C8; }
span { border-color: rgb(252,227,200); }
td.TdClassName
{
border-color: #FCE3C8;
}
.TagClassName
{
border-color: #FCE3C8;
}
</style>