#FFE0BE

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

Shades of Bisque #FFE0BE

Tints of Bisque #FFE0BE

Color information

#FFE0BE (or 0xFFE0BE) is unknown color: approx Bisque. HEX triplet: FF, E0 and BE. RGB value is (255,224,190). Sum of RGB (Red+Green+Blue) = 255+224+190=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0BE is #001F41. Grayscale: #E5E5E5. Windows color (decimal): -8002 or 12509439. OLE color: 12509439.

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

Color convert

RGB255224190-
CMYK00.120.250
HSL31.38º100%87.25%-
HSV(B)31.38º25.49%100%-
XYZ77.1978.2959.76-
YUV229.39105.77146.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 224 (87.89% from 255) = 33.48%
BLUE value IS 190 (74.61% from 255) = 28.40%
R=38.12%
G=33.48%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522419000.120.25031.3810087.25
HexFFE0BE0C1901f6457
Octal37734027601431037144127
Binary111111111110000010111110011001100101111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0BE; }

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

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

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

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

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

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

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

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