#FFE2BF

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

Shades of Bisque #FFE2BF

Tints of Bisque #FFE2BF

Color information

#FFE2BF (or 0xFFE2BF) is unknown color: approx Bisque. HEX triplet: FF, E2 and BF. RGB value is (255,226,191). Sum of RGB (Red+Green+Blue) = 255+226+191=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2BF is #001D40. Grayscale: #E6E6E6. Windows color (decimal): -7489 or 12575487. OLE color: 12575487.

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

Color convert

RGB255226191-
CMYK00.110.250
HSL32.81º100%87.45%-
HSV(B)32.81º25.1%100%-
XYZ77.8479.4160.52-
YUV230.68105.61145.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 28.42%
R=37.95%
G=33.63%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522619100.110.25032.8110087.45
HexFFE2BF0B190216457
Octal37734227701331041144127
Binary1111111111100010101111110101111001010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2BF; }

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

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

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

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

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

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

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

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