Shades of Bisque #FCE2C8
Tints of Bisque #FCE2C8
RGB
CMYK
RGB Variations
Color information
#FCE2C8 (or 0xFCE2C8) is known color: Bisque. HEX triplet: FC, E2 and C8. RGB value is (252,226,200). Sum of RGB (Red+Green+Blue) = 252+226+200=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C8 is #031D37. Grayscale: #E6E6E6. Windows color (decimal): -204088 or 13165308. OLE color: 13165308.
HSL color Cylindrical-coordinate representation of color #FCE2C8: hue angle of 30º 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 #FCE2C8 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 200 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.01 |
| HSL | 30º | 0.9% | 0.89% | - |
| HSV(B) | 30º | 0.21% | 0.99% | - |
| XYZ | 77.77 | 79.26 | 65.84 | - |
| YUV | 230.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 200 | 0 | 0.10 | 0.21 | 0.01 | 30 | 0.9 | 0.89 |
| Hex | FC | E2 | C8 | 0 | A | 15 | 1 | 1E | 5A | 59 |
| Octal | 374 | 342 | 310 | 0 | 12 | 25 | 1 | 36 | 132 | 131 |
| Binary | 11111100 | 11100010 | 11001000 | 0 | 1010 | 10101 | 1 | 11110 | 1011010 | 1011001 |
Color Harmonies of #FCE2C8
Complementary color
Monochromatic Colors of #FCE2C8
Black with #FCE2C8
Text Example
Text Example
White with #FCE2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2C8; }
p { color: rgb(252,226,200); }
H1.HeaderClassName
{
color: #FCE2C8;
}
.AnyTagClassName
{
color: #FCE2C8;
}
</style>
background-color css
<style>
a { background-color: #FCE2C8; }
a { background-color: rgb(252,226,200); }
div.DivClassName
{
background-color: #FCE2C8;
}
.BgClassName
{
background-color: #FCE2C8;
}
</style>
border-color css
<style>
span { border-color: #FCE2C8; }
span { border-color: rgb(252,226,200); }
td.TdClassName
{
border-color: #FCE2C8;
}
.TagClassName
{
border-color: #FCE2C8;
}
</style>