#FFE8C6

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

Shades of Bisque #FFE8C6

Tints of Bisque #FFE8C6

Color information

#FFE8C6 (or 0xFFE8C6) is unknown color: approx Bisque. HEX triplet: FF, E8 and C6. RGB value is (255,232,198). Sum of RGB (Red+Green+Blue) = 255+232+198=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8C6 is #001739. Grayscale: #EBEBEB. Windows color (decimal): -5946 or 13035775. OLE color: 13035775.

HSL color Cylindrical-coordinate representation of color #FFE8C6: hue angle of 35.79º 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 #FFE8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255232198-
CMYK00.090.220
HSL35.79º100%88.82%-
HSV(B)35.79º22.35%100%-
XYZ80.2983.0565.22-
YUV235107.12142.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 198 (77.73% from 255) = 28.91%
R=37.23%
G=33.87%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523219800.090.22035.7910088.82
HexFFE8C609160246459
Octal37735030601126044144131
Binary1111111111101000110001100100110110010010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8C6; }

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

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

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

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

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

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

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

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