#FFE5C5

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

Shades of Bisque #FFE5C5

Tints of Bisque #FFE5C5

Color information

#FFE5C5 (or 0xFFE5C5) is unknown color: approx Bisque. HEX triplet: FF, E5 and C5. RGB value is (255,229,197). Sum of RGB (Red+Green+Blue) = 255+229+197=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C5 is #001A3A. Grayscale: #E9E9E9. Windows color (decimal): -6715 or 12969471. OLE color: 12969471.

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

Color convert

RGB255229197-
CMYK00.100.230
HSL33.1º100%88.63%-
HSV(B)33.1º22.75%100%-
XYZ79.3481.3364.34-
YUV233.13107.61143.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 197 (77.34% from 255) = 28.93%
R=37.44%
G=33.63%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522919700.100.23033.110088.63
HexFFE5C50A170216459
Octal37734530501227041144131
Binary1111111111100101110001010101010111010000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5C5; }

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

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

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

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

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

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

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

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