#FFE3BE

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

Shades of Bisque #FFE3BE

Tints of Bisque #FFE3BE

Color information

#FFE3BE (or 0xFFE3BE) is unknown color: approx Bisque. HEX triplet: FF, E3 and BE. RGB value is (255,227,190). Sum of RGB (Red+Green+Blue) = 255+227+190=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3BE is #001C41. Grayscale: #E7E7E7. Windows color (decimal): -7234 or 12510207. OLE color: 12510207.

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

Color convert

RGB255227190-
CMYK00.110.250
HSL34.15º100%87.25%-
HSV(B)34.15º25.49%100%-
XYZ7879.9260.03-
YUV231.15104.78145.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 28.27%
R=37.95%
G=33.78%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522719000.110.25034.1510087.25
HexFFE3BE0B190226457
Octal37734327601331042144127
Binary1111111111100011101111100101111001010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3BE; }

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

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

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

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

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

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

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

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