#FFE2C6

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

Shades of Bisque #FFE2C6

Tints of Bisque #FFE2C6

Color information

#FFE2C6 (or 0xFFE2C6) is unknown color: approx Bisque. HEX triplet: FF, E2 and C6. RGB value is (255,226,198). Sum of RGB (Red+Green+Blue) = 255+226+198=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C6 is #001D39. Grayscale: #E7E7E7. Windows color (decimal): -7482 or 13034239. OLE color: 13034239.

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

Color convert

RGB255226198-
CMYK00.110.220
HSL29.47º100%88.82%-
HSV(B)29.47º22.35%100%-
XYZ78.6379.7364.67-
YUV231.48109.11144.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 198 (77.73% from 255) = 29.16%
R=37.56%
G=33.28%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522619800.110.22029.4710088.82
HexFFE2C60B1601d6459
Octal37734230601326035144131
Binary111111111110001011000110010111011001110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2C6; }

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

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

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

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

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

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

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

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