#FFE1BE

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

Shades of Bisque #FFE1BE

Tints of Bisque #FFE1BE

Color information

#FFE1BE (or 0xFFE1BE) is unknown color: approx Bisque. HEX triplet: FF, E1 and BE. RGB value is (255,225,190). Sum of RGB (Red+Green+Blue) = 255+225+190=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BE is #001E41. Grayscale: #E6E6E6. Windows color (decimal): -7746 or 12509695. OLE color: 12509695.

HSL color Cylindrical-coordinate representation of color #FFE1BE: hue angle of 32.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE1BE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255225190-
CMYK00.120.250
HSL32.31º100%87.25%-
HSV(B)32.31º25.49%100%-
XYZ77.4678.8359.85-
YUV229.98105.44145.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=38.06%
G=33.58%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522519000.120.25032.3110087.25
HexFFE1BE0C190206457
Octal37734127601431040144127
Binary1111111111100001101111100110011001010000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1BE; }

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

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

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

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

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

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

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

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