#FFE4BE

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

Shades of Bisque #FFE4BE

Tints of Bisque #FFE4BE

Color information

#FFE4BE (or 0xFFE4BE) is unknown color: approx Bisque. HEX triplet: FF, E4 and BE. RGB value is (255,228,190). Sum of RGB (Red+Green+Blue) = 255+228+190=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4BE is #001B41. Grayscale: #E7E7E7. Windows color (decimal): -6978 or 12510463. OLE color: 12510463.

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

Color convert

RGB255228190-
CMYK00.110.250
HSL35.08º100%87.25%-
HSV(B)35.08º25.49%100%-
XYZ78.2880.4660.12-
YUV231.74104.45144.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=37.89%
G=33.88%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819000.110.25035.0810087.25
HexFFE4BE0B190236457
Octal37734427601331043144127
Binary1111111111100100101111100101111001010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4BE; }

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

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

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

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

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

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

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

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