#FFE3C5

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

Shades of Bisque #FFE3C5

Tints of Bisque #FFE3C5

Color information

#FFE3C5 (or 0xFFE3C5) is unknown color: approx Bisque. HEX triplet: FF, E3 and C5. RGB value is (255,227,197). Sum of RGB (Red+Green+Blue) = 255+227+197=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C5 is #001C3A. Grayscale: #E8E8E8. Windows color (decimal): -7227 or 12968959. OLE color: 12968959.

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

Color convert

RGB255227197-
CMYK00.110.230
HSL31.03º100%88.63%-
HSV(B)31.03º22.75%100%-
XYZ78.7980.2364.16-
YUV231.95108.28144.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 227 (89.06% from 255) = 33.43%
BLUE value IS 197 (77.34% from 255) = 29.01%
R=37.56%
G=33.43%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522719700.110.23031.0310088.63
HexFFE3C50B1701f6459
Octal37734330501327037144131
Binary111111111110001111000101010111011101111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3C5; }

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

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

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

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

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

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

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

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