#FFE4C7

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

Shades of Bisque #FFE4C7

Tints of Bisque #FFE4C7

Color information

#FFE4C7 (or 0xFFE4C7) is unknown color: approx Bisque. HEX triplet: FF, E4 and C7. RGB value is (255,228,199). Sum of RGB (Red+Green+Blue) = 255+228+199=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C7 is #001B38. Grayscale: #E8E8E8. Windows color (decimal): -6969 or 13100287. OLE color: 13100287.

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

Color convert

RGB255228199-
CMYK00.110.220
HSL31.07º100%89.02%-
HSV(B)31.07º21.96%100%-
XYZ79.2980.8765.46-
YUV232.77108.95143.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 199 (78.12% from 255) = 29.18%
R=37.39%
G=33.43%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819900.110.22031.0710089.02
HexFFE4C70B1601f6459
Octal37734430701326037144131
Binary111111111110010011000111010111011001111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4C7; }

 p { color: rgb(255,228,199); }

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

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

 a { background-color: rgb(255,228,199); }

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

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

 span { border-color: rgb(255,228,199); }

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