#FCE2C0

Color #FCE2C0 Bisque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bisque #FCE2C0

Tints of Bisque #FCE2C0

Color information

#FCE2C0 (or 0xFCE2C0) is unknown color: approx Bisque. HEX triplet: FC, E2 and C0. RGB value is (252,226,192). Sum of RGB (Red+Green+Blue) = 252+226+192=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C0 is #031D3F. Grayscale: #E6E6E6. Windows color (decimal): -204096 or 12641020. OLE color: 12641020.

HSL color Cylindrical-coordinate representation of color #FCE2C0: hue angle of 34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCE2C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252226192-
CMYK00.100.240.01
HSL34º90.91%87.06%-
HSV(B)34º23.81%98.82%-
XYZ76.8678.8961.05-
YUV229.9106.61143.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=37.61%
G=33.73%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222619200.100.240.013490.9187.06
HexFCE2C00A181225b57
Octal37434230001230142133127
Binary1111110011100010110000000101011000110001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2C0; }

 p { color: rgb(252,226,192); }

 H1.HeaderClassName
 {
   color: #FCE2C0;
 }
 .AnyTagClassName
 {
   color: #FCE2C0;
 }
</style>
background-color css

<style>
 a { background-color: #FCE2C0; }

 a { background-color: rgb(252,226,192); }

 div.DivClassName
 {
   background-color: #FCE2C0;
 }
 .BgClassName
 {
   background-color: #FCE2C0;
 }
</style>
border-color css

<style>
 span { border-color: #FCE2C0; }

 span { border-color: rgb(252,226,192); }

 td.TdClassName
 {
   border-color: #FCE2C0;
 }
 .TagClassName
 {
   border-color: #FCE2C0;
 }
</style>