#FFE3C7

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

Shades of Bisque #FFE3C7

Tints of Bisque #FFE3C7

Color information

#FFE3C7 (or 0xFFE3C7) is unknown color: approx Bisque. HEX triplet: FF, E3 and C7. RGB value is (255,227,199). Sum of RGB (Red+Green+Blue) = 255+227+199=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 199 (78.12% from 255 or 29.22% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C7 is #001C38. Grayscale: #E8E8E8. Windows color (decimal): -7225 or 13100031. OLE color: 13100031.

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

Color convert

RGB255227199-
CMYK00.110.220
HSL30º100%89.02%-
HSV(B)30º21.96%100%-
XYZ79.0280.3265.37-
YUV232.18109.28144.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 227 (89.06% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 29.22%
R=37.44%
G=33.33%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522719900.110.2203010089.02
HexFFE3C70B1601e6459
Octal37734330701326036144131
Binary111111111110001111000111010111011001111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3C7; }

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

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

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

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

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

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

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

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