Shades of Bisque #FCE3CA
Tints of Bisque #FCE3CA
RGB
CMYK
RGB Variations
Color information
#FCE3CA (or 0xFCE3CA) is known color: Bisque. HEX triplet: FC, E3 and CA. RGB value is (252,227,202). Sum of RGB (Red+Green+Blue) = 252+227+202=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CA is #031C35. Grayscale: #E7E7E7. Windows color (decimal): -203830 or 13296636. OLE color: 13296636.
HSL color Cylindrical-coordinate representation of color #FCE3CA: hue angle of 30º 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 #FCE3CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 202 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.01 |
| HSL | 30º | 0.89% | 0.89% | - |
| HSV(B) | 30º | 0.2% | 0.99% | - |
| XYZ | 78.27 | 79.9 | 67.17 | - |
| YUV | 231.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 202 | 0 | 0.10 | 0.20 | 0.01 | 30 | 0.89 | 0.89 |
| Hex | FC | E3 | CA | 0 | A | 14 | 1 | 1E | 59 | 59 |
| Octal | 374 | 343 | 312 | 0 | 12 | 24 | 1 | 36 | 131 | 131 |
| Binary | 11111100 | 11100011 | 11001010 | 0 | 1010 | 10100 | 1 | 11110 | 1011001 | 1011001 |
Color Harmonies of #FCE3CA
Complementary color
Monochromatic Colors of #FCE3CA
Black with #FCE3CA
Text Example
Text Example
White with #FCE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3CA; }
p { color: rgb(252,227,202); }
H1.HeaderClassName
{
color: #FCE3CA;
}
.AnyTagClassName
{
color: #FCE3CA;
}
</style>
background-color css
<style>
a { background-color: #FCE3CA; }
a { background-color: rgb(252,227,202); }
div.DivClassName
{
background-color: #FCE3CA;
}
.BgClassName
{
background-color: #FCE3CA;
}
</style>
border-color css
<style>
span { border-color: #FCE3CA; }
span { border-color: rgb(252,227,202); }
td.TdClassName
{
border-color: #FCE3CA;
}
.TagClassName
{
border-color: #FCE3CA;
}
</style>