#FFE7C7

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

Shades of Bisque #FFE7C7

Tints of Bisque #FFE7C7

Color information

#FFE7C7 (or 0xFFE7C7) is unknown color: approx Bisque. HEX triplet: FF, E7 and C7. RGB value is (255,231,199). Sum of RGB (Red+Green+Blue) = 255+231+199=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7C7 is #001838. Grayscale: #EAEAEA. Windows color (decimal): -6201 or 13101055. OLE color: 13101055.

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

Color convert

RGB255231199-
CMYK00.090.220
HSL34.29º100%89.02%-
HSV(B)34.29º21.96%100%-
XYZ80.1282.5465.74-
YUV234.53107.95142.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 199 (78.12% from 255) = 29.05%
R=37.23%
G=33.72%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523119900.090.22034.2910089.02
HexFFE7C709160226459
Octal37734730701126042144131
Binary1111111111100111110001110100110110010001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7C7; }

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

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

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

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

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

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

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

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