#FFE1BD

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

Shades of Bisque #FFE1BD

Tints of Bisque #FFE1BD

Color information

#FFE1BD (or 0xFFE1BD) is unknown color: approx Bisque. HEX triplet: FF, E1 and BD. RGB value is (255,225,189). Sum of RGB (Red+Green+Blue) = 255+225+189=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BD is #001E42. Grayscale: #E6E6E6. Windows color (decimal): -7747 or 12444159. OLE color: 12444159.

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

Color convert

RGB255225189-
CMYK00.120.260
HSL32.73º100%87.06%-
HSV(B)32.73º25.88%100%-
XYZ77.3578.7859.27-
YUV229.87104.94145.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=38.12%
G=33.63%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522518900.120.26032.7310087.06
HexFFE1BD0C1A0216457
Octal37734127501432041144127
Binary1111111111100001101111010110011010010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1BD; }

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

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

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

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

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

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

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

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