#FFE2BC

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

Shades of Bisque #FFE2BC

Tints of Bisque #FFE2BC

Color information

#FFE2BC (or 0xFFE2BC) is unknown color: approx Bisque. HEX triplet: FF, E2 and BC. RGB value is (255,226,188). Sum of RGB (Red+Green+Blue) = 255+226+188=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2BC is #001D43. Grayscale: #E6E6E6. Windows color (decimal): -7492 or 12378879. OLE color: 12378879.

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

Color convert

RGB255226188-
CMYK00.110.260
HSL34.03º100%86.86%-
HSV(B)34.03º26.27%100%-
XYZ77.5179.2858.79-
YUV230.34104.11145.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 188 (73.83% from 255) = 28.10%
R=38.12%
G=33.78%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522618800.110.26034.0310086.86
HexFFE2BC0B1A0226457
Octal37734227401332042144127
Binary1111111111100010101111000101111010010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2BC; }

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

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

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

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

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

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

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

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