#FFE2C0

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

Shades of Bisque #FFE2C0

Tints of Bisque #FFE2C0

Color information

#FFE2C0 (or 0xFFE2C0) is unknown color: approx Bisque. HEX triplet: FF, E2 and C0. RGB value is (255,226,192). Sum of RGB (Red+Green+Blue) = 255+226+192=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C0 is #001D3F. Grayscale: #E6E6E6. Windows color (decimal): -7488 or 12641023. OLE color: 12641023.

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

Color convert

RGB255226192-
CMYK00.110.250
HSL32.38º100%87.65%-
HSV(B)32.38º24.71%100%-
XYZ77.9579.4661.1-
YUV230.8106.11145.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 192 (75.39% from 255) = 28.53%
R=37.89%
G=33.58%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522619200.110.25032.3810087.65
HexFFE2C00B190206458
Octal37734230001331040144130
Binary1111111111100010110000000101111001010000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2C0; }

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

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

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

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

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

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

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

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