#FFE7C5

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

Shades of Bisque #FFE7C5

Tints of Bisque #FFE7C5

Color information

#FFE7C5 (or 0xFFE7C5) is unknown color: approx Bisque. HEX triplet: FF, E7 and C5. RGB value is (255,231,197). Sum of RGB (Red+Green+Blue) = 255+231+197=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7C5 is #00183A. Grayscale: #EAEAEA. Windows color (decimal): -6203 or 12969983. OLE color: 12969983.

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

Color convert

RGB255231197-
CMYK00.090.230
HSL35.17º100%88.63%-
HSV(B)35.17º22.75%100%-
XYZ79.8982.4464.53-
YUV234.3106.95142.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 197 (77.34% from 255) = 28.84%
R=37.34%
G=33.82%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523119700.090.23035.1710088.63
HexFFE7C509170236459
Octal37734730501127043144131
Binary1111111111100111110001010100110111010001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7C5; }

 p { color: rgb(255,231,197); }

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

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

 a { background-color: rgb(255,231,197); }

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

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

 span { border-color: rgb(255,231,197); }

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