Shades of Bisque #FCDFBE
Tints of Bisque #FCDFBE
RGB
CMYK
RGB Variations
Color information
#FCDFBE (or 0xFCDFBE) is known color: Bisque. HEX triplet: FC, DF and BE. RGB value is (252,223,190). Sum of RGB (Red+Green+Blue) = 252+223+190=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBE is #032041. Grayscale: #E4E4E4. Windows color (decimal): -204866 or 12509180. OLE color: 12509180.
HSL color Cylindrical-coordinate representation of color #FCDFBE: hue angle of 31.94º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCDFBE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 190 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 31.94º | 0.91% | 0.87% | - |
| HSV(B) | 31.94º | 0.25% | 0.99% | - |
| XYZ | 75.83 | 77.19 | 59.62 | - |
| YUV | 227.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 190 | 0 | 0.12 | 0.25 | 0.01 | 31.94 | 0.91 | 0.87 |
| Hex | FC | DF | BE | 0 | C | 19 | 1 | 20 | 5B | 57 |
| Octal | 374 | 337 | 276 | 0 | 14 | 31 | 1 | 40 | 133 | 127 |
| Binary | 11111100 | 11011111 | 10111110 | 0 | 1100 | 11001 | 1 | 100000 | 1011011 | 1010111 |
Color Harmonies of #FCDFBE
Complementary color
Monochromatic Colors of #FCDFBE
Black with #FCDFBE
Text Example
Text Example
White with #FCDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFBE; }
p { color: rgb(252,223,190); }
H1.HeaderClassName
{
color: #FCDFBE;
}
.AnyTagClassName
{
color: #FCDFBE;
}
</style>
background-color css
<style>
a { background-color: #FCDFBE; }
a { background-color: rgb(252,223,190); }
div.DivClassName
{
background-color: #FCDFBE;
}
.BgClassName
{
background-color: #FCDFBE;
}
</style>
border-color css
<style>
span { border-color: #FCDFBE; }
span { border-color: rgb(252,223,190); }
td.TdClassName
{
border-color: #FCDFBE;
}
.TagClassName
{
border-color: #FCDFBE;
}
</style>