#FCE1BE

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

Shades of Bisque #FCE1BE

Tints of Bisque #FCE1BE

Color information

#FCE1BE (or 0xFCE1BE) is unknown color: approx Bisque. HEX triplet: FC, E1 and BE. RGB value is (252,225,190). Sum of RGB (Red+Green+Blue) = 252+225+190=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BE is #031E41. Grayscale: #E5E5E5. Windows color (decimal): -204354 or 12509692. OLE color: 12509692.

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

Color convert

RGB252225190-
CMYK00.110.250.01
HSL33.87º91.18%86.67%-
HSV(B)33.87º24.6%98.82%-
XYZ76.3678.2659.8-
YUV229.08105.95144.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=37.78%
G=33.73%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222519000.110.250.0133.8791.1886.67
HexFCE1BE0B191225b57
Octal37434127601331142133127
Binary1111110011100001101111100101111001110001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1BE; }

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

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

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

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

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

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

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

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