Shades of Bisque #FCE3C9
Tints of Bisque #FCE3C9
RGB
CMYK
RGB Variations
Color information
#FCE3C9 (or 0xFCE3C9) is known color: Bisque. HEX triplet: FC, E3 and C9. RGB value is (252,227,201). Sum of RGB (Red+Green+Blue) = 252+227+201=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 201 (78.91% from 255 or 29.56% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3C9 is #031C36. Grayscale: #E7E7E7. Windows color (decimal): -203831 or 13231100. OLE color: 13231100.
HSL color Cylindrical-coordinate representation of color #FCE3C9: hue angle of 30.59º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE3C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 201 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 30.59º | 0.89% | 0.89% | - |
| HSV(B) | 30.59º | 0.2% | 0.99% | - |
| XYZ | 78.16 | 79.85 | 66.55 | - |
| YUV | 231.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 201 | 0 | 0.10 | 0.20 | 0.01 | 30.59 | 0.89 | 0.89 |
| Hex | FC | E3 | C9 | 0 | A | 14 | 1 | 1F | 59 | 59 |
| Octal | 374 | 343 | 311 | 0 | 12 | 24 | 1 | 37 | 131 | 131 |
| Binary | 11111100 | 11100011 | 11001001 | 0 | 1010 | 10100 | 1 | 11111 | 1011001 | 1011001 |
Color Harmonies of #FCE3C9
Complementary color
Monochromatic Colors of #FCE3C9
Black with #FCE3C9
Text Example
Text Example
White with #FCE3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3C9; }
p { color: rgb(252,227,201); }
H1.HeaderClassName
{
color: #FCE3C9;
}
.AnyTagClassName
{
color: #FCE3C9;
}
</style>
background-color css
<style>
a { background-color: #FCE3C9; }
a { background-color: rgb(252,227,201); }
div.DivClassName
{
background-color: #FCE3C9;
}
.BgClassName
{
background-color: #FCE3C9;
}
</style>
border-color css
<style>
span { border-color: #FCE3C9; }
span { border-color: rgb(252,227,201); }
td.TdClassName
{
border-color: #FCE3C9;
}
.TagClassName
{
border-color: #FCE3C9;
}
</style>