#FFE5CC

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

Shades of Bisque #FFE5CC

Tints of Bisque #FFE5CC

Color information

#FFE5CC (or 0xFFE5CC) is unknown color: approx Bisque. HEX triplet: FF, E5 and CC. RGB value is (255,229,204). Sum of RGB (Red+Green+Blue) = 255+229+204=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CC is #001A33. Grayscale: #EAEAEA. Windows color (decimal): -6708 or 13428223. OLE color: 13428223.

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

Color convert

RGB255229204-
CMYK00.100.20
HSL29.41º100%90%-
HSV(B)29.41º20%100%-
XYZ80.1681.6668.66-
YUV233.92111.11143.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 29.65%
R=37.06%
G=33.28%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522920400.100.2029.4110090
HexFFE5CC0A1401d645a
Octal37734531401224035144132
Binary111111111110010111001100010101010001110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5CC; }

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

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

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

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

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

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

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

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