#FFE3BD

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

Shades of Bisque #FFE3BD

Tints of Bisque #FFE3BD

Color information

#FFE3BD (or 0xFFE3BD) is unknown color: approx Bisque. HEX triplet: FF, E3 and BD. RGB value is (255,227,189). Sum of RGB (Red+Green+Blue) = 255+227+189=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3BD is #001C42. Grayscale: #E7E7E7. Windows color (decimal): -7235 or 12444671. OLE color: 12444671.

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

Color convert

RGB255227189-
CMYK00.110.260
HSL34.55º100%87.06%-
HSV(B)34.55º25.88%100%-
XYZ77.8979.8759.46-
YUV231.04104.28145.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 189 (74.22% from 255) = 28.17%
R=38.00%
G=33.83%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522718900.110.26034.5510087.06
HexFFE3BD0B1A0236457
Octal37734327501332043144127
Binary1111111111100011101111010101111010010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3BD; }

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

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

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

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

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

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

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

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