#FFE2BE

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

Shades of Bisque #FFE2BE

Tints of Bisque #FFE2BE

Color information

#FFE2BE (or 0xFFE2BE) is unknown color: approx Bisque. HEX triplet: FF, E2 and BE. RGB value is (255,226,190). Sum of RGB (Red+Green+Blue) = 255+226+190=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2BE is #001D41. Grayscale: #E6E6E6. Windows color (decimal): -7490 or 12509951. OLE color: 12509951.

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

Color convert

RGB255226190-
CMYK00.110.250
HSL33.23º100%87.25%-
HSV(B)33.23º25.49%100%-
XYZ77.7379.3759.94-
YUV230.57105.11145.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 190 (74.61% from 255) = 28.32%
R=38.00%
G=33.68%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522619000.110.25033.2310087.25
HexFFE2BE0B190216457
Octal37734227601331041144127
Binary1111111111100010101111100101111001010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2BE; }

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

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

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

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

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

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

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

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