Shades of Bisque #FCE2CA
Tints of Bisque #FCE2CA
RGB
CMYK
RGB Variations
Color information
#FCE2CA (or 0xFCE2CA) is known color: Bisque. HEX triplet: FC, E2 and CA. RGB value is (252,226,202). Sum of RGB (Red+Green+Blue) = 252+226+202=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CA is #031D35. Grayscale: #E7E7E7. Windows color (decimal): -204086 or 13296380. OLE color: 13296380.
HSL color Cylindrical-coordinate representation of color #FCE2CA: hue angle of 28.8º 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 #FCE2CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 202 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 28.8º | 0.89% | 0.89% | - |
| HSV(B) | 28.8º | 0.2% | 0.99% | - |
| XYZ | 78 | 79.35 | 67.08 | - |
| YUV | 231.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 202 | 0 | 0.10 | 0.20 | 0.01 | 28.8 | 0.89 | 0.89 |
| Hex | FC | E2 | CA | 0 | A | 14 | 1 | 1D | 59 | 59 |
| Octal | 374 | 342 | 312 | 0 | 12 | 24 | 1 | 35 | 131 | 131 |
| Binary | 11111100 | 11100010 | 11001010 | 0 | 1010 | 10100 | 1 | 11101 | 1011001 | 1011001 |
Color Harmonies of #FCE2CA
Complementary color
Monochromatic Colors of #FCE2CA
Black with #FCE2CA
Text Example
Text Example
White with #FCE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2CA; }
p { color: rgb(252,226,202); }
H1.HeaderClassName
{
color: #FCE2CA;
}
.AnyTagClassName
{
color: #FCE2CA;
}
</style>
background-color css
<style>
a { background-color: #FCE2CA; }
a { background-color: rgb(252,226,202); }
div.DivClassName
{
background-color: #FCE2CA;
}
.BgClassName
{
background-color: #FCE2CA;
}
</style>
border-color css
<style>
span { border-color: #FCE2CA; }
span { border-color: rgb(252,226,202); }
td.TdClassName
{
border-color: #FCE2CA;
}
.TagClassName
{
border-color: #FCE2CA;
}
</style>