#FFE2BD

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

Shades of Bisque #FFE2BD

Tints of Bisque #FFE2BD

Color information

#FFE2BD (or 0xFFE2BD) is unknown color: approx Bisque. HEX triplet: FF, E2 and BD. RGB value is (255,226,189). Sum of RGB (Red+Green+Blue) = 255+226+189=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2BD is #001D42. Grayscale: #E6E6E6. Windows color (decimal): -7491 or 12444415. OLE color: 12444415.

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

Color convert

RGB255226189-
CMYK00.110.260
HSL33.64º100%87.06%-
HSV(B)33.64º25.88%100%-
XYZ77.6279.3359.36-
YUV230.45104.61145.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 28.21%
R=38.06%
G=33.73%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522618900.110.26033.6410087.06
HexFFE2BD0B1A0226457
Octal37734227501332042144127
Binary1111111111100010101111010101111010010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2BD; }

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

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

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

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

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

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

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

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