Shades of Bisque #FCE1C8
Tints of Bisque #FCE1C8
RGB
CMYK
RGB Variations
Color information
#FCE1C8 (or 0xFCE1C8) is known color: Bisque. HEX triplet: FC, E1 and C8. RGB value is (252,225,200). Sum of RGB (Red+Green+Blue) = 252+225+200=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C8 is #031E37. Grayscale: #E6E6E6. Windows color (decimal): -204344 or 13165052. OLE color: 13165052.
HSL color Cylindrical-coordinate representation of color #FCE1C8: hue angle of 28.85º 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 #FCE1C8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 200 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.01 |
| HSL | 28.85º | 0.9% | 0.89% | - |
| HSV(B) | 28.85º | 0.21% | 0.99% | - |
| XYZ | 77.5 | 78.72 | 65.75 | - |
| YUV | 230.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 200 | 0 | 0.11 | 0.21 | 0.01 | 28.85 | 0.9 | 0.89 |
| Hex | FC | E1 | C8 | 0 | B | 15 | 1 | 1D | 5A | 59 |
| Octal | 374 | 341 | 310 | 0 | 13 | 25 | 1 | 35 | 132 | 131 |
| Binary | 11111100 | 11100001 | 11001000 | 0 | 1011 | 10101 | 1 | 11101 | 1011010 | 1011001 |
Color Harmonies of #FCE1C8
Complementary color
Monochromatic Colors of #FCE1C8
Black with #FCE1C8
Text Example
Text Example
White with #FCE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1C8; }
p { color: rgb(252,225,200); }
H1.HeaderClassName
{
color: #FCE1C8;
}
.AnyTagClassName
{
color: #FCE1C8;
}
</style>
background-color css
<style>
a { background-color: #FCE1C8; }
a { background-color: rgb(252,225,200); }
div.DivClassName
{
background-color: #FCE1C8;
}
.BgClassName
{
background-color: #FCE1C8;
}
</style>
border-color css
<style>
span { border-color: #FCE1C8; }
span { border-color: rgb(252,225,200); }
td.TdClassName
{
border-color: #FCE1C8;
}
.TagClassName
{
border-color: #FCE1C8;
}
</style>