Shades of Bisque #FCE2CD
Tints of Bisque #FCE2CD
RGB
CMYK
RGB Variations
Color information
#FCE2CD (or 0xFCE2CD) is known color: Bisque. HEX triplet: FC, E2 and CD. RGB value is (252,226,205). Sum of RGB (Red+Green+Blue) = 252+226+205=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CD is #031D32. Grayscale: #E7E7E7. Windows color (decimal): -204083 or 13492988. OLE color: 13492988.
HSL color Cylindrical-coordinate representation of color #FCE2CD: hue angle of 26.81º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE2CD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 205 | - |
CMYK | 0 | 0.10 | 0.19 | 0.01 |
HSL | 26.81º | 0.89% | 0.9% | - |
HSV(B) | 26.81º | 0.19% | 0.99% | - |
XYZ | 78.36 | 79.5 | 68.97 | - |
YUV | 231.38 | 113.11 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 205 | 0 | 0.10 | 0.19 | 0.01 | 26.81 | 0.89 | 0.9 |
Hex | FC | E2 | CD | 0 | A | 13 | 1 | 1B | 59 | 5A |
Octal | 374 | 342 | 315 | 0 | 12 | 23 | 1 | 33 | 131 | 132 |
Binary | 11111100 | 11100010 | 11001101 | 0 | 1010 | 10011 | 1 | 11011 | 1011001 | 1011010 |
Color Harmonies of #FCE2CD
Complementary color
Monochromatic Colors of #FCE2CD
Black with #FCE2CD
Text Example
Text Example
White with #FCE2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2CD; }
p { color: rgb(252,226,205); }
H1.HeaderClassName
{
color: #FCE2CD;
}
.AnyTagClassName
{
color: #FCE2CD;
}
</style>
background-color css
<style>
a { background-color: #FCE2CD; }
a { background-color: rgb(252,226,205); }
div.DivClassName
{
background-color: #FCE2CD;
}
.BgClassName
{
background-color: #FCE2CD;
}
</style>
border-color css
<style>
span { border-color: #FCE2CD; }
span { border-color: rgb(252,226,205); }
td.TdClassName
{
border-color: #FCE2CD;
}
.TagClassName
{
border-color: #FCE2CD;
}
</style>