Shades of Bisque #FCE1C5
Tints of Bisque #FCE1C5
RGB
CMYK
RGB Variations
Color information
#FCE1C5 (or 0xFCE1C5) is known color: Bisque. HEX triplet: FC, E1 and C5. RGB value is (252,225,197). Sum of RGB (Red+Green+Blue) = 252+225+197=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 197 (77.34% from 255 or 29.23% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C5 is #031E3A. Grayscale: #E6E6E6. Windows color (decimal): -204347 or 12968444. OLE color: 12968444.
HSL color Cylindrical-coordinate representation of color #FCE1C5: hue angle of 30.55º 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 #FCE1C5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 197 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.01 |
| HSL | 30.55º | 0.9% | 0.88% | - |
| HSV(B) | 30.55º | 0.22% | 0.99% | - |
| XYZ | 77.15 | 78.58 | 63.92 | - |
| YUV | 229.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 197 | 0 | 0.11 | 0.22 | 0.01 | 30.55 | 0.9 | 0.88 |
| Hex | FC | E1 | C5 | 0 | B | 16 | 1 | 1F | 5A | 58 |
| Octal | 374 | 341 | 305 | 0 | 13 | 26 | 1 | 37 | 132 | 130 |
| Binary | 11111100 | 11100001 | 11000101 | 0 | 1011 | 10110 | 1 | 11111 | 1011010 | 1011000 |
Color Harmonies of #FCE1C5
Complementary color
Monochromatic Colors of #FCE1C5
Black with #FCE1C5
Text Example
Text Example
White with #FCE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1C5; }
p { color: rgb(252,225,197); }
H1.HeaderClassName
{
color: #FCE1C5;
}
.AnyTagClassName
{
color: #FCE1C5;
}
</style>
background-color css
<style>
a { background-color: #FCE1C5; }
a { background-color: rgb(252,225,197); }
div.DivClassName
{
background-color: #FCE1C5;
}
.BgClassName
{
background-color: #FCE1C5;
}
</style>
border-color css
<style>
span { border-color: #FCE1C5; }
span { border-color: rgb(252,225,197); }
td.TdClassName
{
border-color: #FCE1C5;
}
.TagClassName
{
border-color: #FCE1C5;
}
</style>