Shades of Bisque #FCE2C5
Tints of Bisque #FCE2C5
RGB
CMYK
RGB Variations
Color information
#FCE2C5 (or 0xFCE2C5) is known color: Bisque. HEX triplet: FC, E2 and C5. RGB value is (252,226,197). Sum of RGB (Red+Green+Blue) = 252+226+197=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C5 is #031D3A. Grayscale: #E6E6E6. Windows color (decimal): -204091 or 12968700. OLE color: 12968700.
HSL color Cylindrical-coordinate representation of color #FCE2C5: hue angle of 31.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCE2C5 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 197 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.01 |
| HSL | 31.64º | 0.9% | 0.88% | - |
| HSV(B) | 31.64º | 0.22% | 0.99% | - |
| XYZ | 77.42 | 79.12 | 64.01 | - |
| YUV | 230.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 197 | 0 | 0.10 | 0.22 | 0.01 | 31.64 | 0.9 | 0.88 |
| Hex | FC | E2 | C5 | 0 | A | 16 | 1 | 20 | 5A | 58 |
| Octal | 374 | 342 | 305 | 0 | 12 | 26 | 1 | 40 | 132 | 130 |
| Binary | 11111100 | 11100010 | 11000101 | 0 | 1010 | 10110 | 1 | 100000 | 1011010 | 1011000 |
Color Harmonies of #FCE2C5
Complementary color
Monochromatic Colors of #FCE2C5
Black with #FCE2C5
Text Example
Text Example
White with #FCE2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2C5; }
p { color: rgb(252,226,197); }
H1.HeaderClassName
{
color: #FCE2C5;
}
.AnyTagClassName
{
color: #FCE2C5;
}
</style>
background-color css
<style>
a { background-color: #FCE2C5; }
a { background-color: rgb(252,226,197); }
div.DivClassName
{
background-color: #FCE2C5;
}
.BgClassName
{
background-color: #FCE2C5;
}
</style>
border-color css
<style>
span { border-color: #FCE2C5; }
span { border-color: rgb(252,226,197); }
td.TdClassName
{
border-color: #FCE2C5;
}
.TagClassName
{
border-color: #FCE2C5;
}
</style>