#FCE1C0

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

Shades of Bisque #FCE1C0

Tints of Bisque #FCE1C0

Color information

#FCE1C0 (or 0xFCE1C0) is unknown color: approx Bisque. HEX triplet: FC, E1 and C0. RGB value is (252,225,192). Sum of RGB (Red+Green+Blue) = 252+225+192=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C0 is #031E3F. Grayscale: #E5E5E5. Windows color (decimal): -204352 or 12640764. OLE color: 12640764.

HSL color Cylindrical-coordinate representation of color #FCE1C0: hue angle of 33º 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 #FCE1C0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252225192-
CMYK00.110.240.01
HSL33º90.91%87.06%-
HSV(B)33º23.81%98.82%-
XYZ76.5878.3560.96-
YUV229.31106.95144.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 192 (75.39% from 255) = 28.70%
R=37.67%
G=33.63%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222519200.110.240.013390.9187.06
HexFCE1C00B181215b57
Octal37434130001330141133127
Binary1111110011100001110000000101111000110000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1C0; }

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

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

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

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

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

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

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

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