#FFE4BD

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

Shades of Bisque #FFE4BD

Tints of Bisque #FFE4BD

Color information

#FFE4BD (or 0xFFE4BD) is unknown color: approx Bisque. HEX triplet: FF, E4 and BD. RGB value is (255,228,189). Sum of RGB (Red+Green+Blue) = 255+228+189=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4BD is #001B42. Grayscale: #E7E7E7. Windows color (decimal): -6979 or 12444927. OLE color: 12444927.

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

Color convert

RGB255228189-
CMYK00.110.260
HSL35.45º100%87.06%-
HSV(B)35.45º25.88%100%-
XYZ78.1780.4259.55-
YUV231.63103.95144.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 189 (74.22% from 255) = 28.12%
R=37.95%
G=33.93%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522818900.110.26035.4510087.06
HexFFE4BD0B1A0236457
Octal37734427501332043144127
Binary1111111111100100101111010101111010010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4BD; }

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

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

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

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

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

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

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

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