Shades of Bisque #FCE5CC
Tints of Bisque #FCE5CC
RGB
CMYK
RGB Variations
Color information
#FCE5CC (or 0xFCE5CC) is known color: Bisque. HEX triplet: FC, E5 and CC. RGB value is (252,229,204). Sum of RGB (Red+Green+Blue) = 252+229+204=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CC is #031A33. Grayscale: #E9E9E9. Windows color (decimal): -203316 or 13428220. OLE color: 13428220.
HSL color Cylindrical-coordinate representation of color #FCE5CC: hue angle of 31.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE5CC is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 204 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 31.25º | 0.89% | 0.89% | - |
| HSV(B) | 31.25º | 0.19% | 0.99% | - |
| XYZ | 79.06 | 81.09 | 68.61 | - |
| YUV | 233.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 204 | 0 | 0.09 | 0.19 | 0.01 | 31.25 | 0.89 | 0.89 |
| Hex | FC | E5 | CC | 0 | 9 | 13 | 1 | 1F | 59 | 59 |
| Octal | 374 | 345 | 314 | 0 | 11 | 23 | 1 | 37 | 131 | 131 |
| Binary | 11111100 | 11100101 | 11001100 | 0 | 1001 | 10011 | 1 | 11111 | 1011001 | 1011001 |
Color Harmonies of #FCE5CC
Complementary color
Monochromatic Colors of #FCE5CC
Black with #FCE5CC
Text Example
Text Example
White with #FCE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5CC; }
p { color: rgb(252,229,204); }
H1.HeaderClassName
{
color: #FCE5CC;
}
.AnyTagClassName
{
color: #FCE5CC;
}
</style>
background-color css
<style>
a { background-color: #FCE5CC; }
a { background-color: rgb(252,229,204); }
div.DivClassName
{
background-color: #FCE5CC;
}
.BgClassName
{
background-color: #FCE5CC;
}
</style>
border-color css
<style>
span { border-color: #FCE5CC; }
span { border-color: rgb(252,229,204); }
td.TdClassName
{
border-color: #FCE5CC;
}
.TagClassName
{
border-color: #FCE5CC;
}
</style>