#FFE2C9

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

Shades of Bisque #FFE2C9

Tints of Bisque #FFE2C9

Color information

#FFE2C9 (or 0xFFE2C9) is unknown color: approx Bisque. HEX triplet: FF, E2 and C9. RGB value is (255,226,201). Sum of RGB (Red+Green+Blue) = 255+226+201=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C9 is #001D36. Grayscale: #E7E7E7. Windows color (decimal): -7479 or 13230847. OLE color: 13230847.

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

Color convert

RGB255226201-
CMYK00.110.210
HSL27.78º100%89.41%-
HSV(B)27.78º21.18%100%-
XYZ78.9879.8766.51-
YUV231.82110.61144.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 201 (78.91% from 255) = 29.47%
R=37.39%
G=33.14%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522620100.110.21027.7810089.41
HexFFE2C90B1501c6459
Octal37734231101325034144131
Binary111111111110001011001001010111010101110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2C9; }

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

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

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

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

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

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

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

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