#FFE4C3

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

Shades of Bisque #FFE4C3

Tints of Bisque #FFE4C3

Color information

#FFE4C3 (or 0xFFE4C3) is unknown color: approx Bisque. HEX triplet: FF, E4 and C3. RGB value is (255,228,195). Sum of RGB (Red+Green+Blue) = 255+228+195=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 195 (76.56% from 255 or 28.76% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C3 is #001B3C. Grayscale: #E8E8E8. Windows color (decimal): -6973 or 12838143. OLE color: 12838143.

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

Color convert

RGB255228195-
CMYK00.110.240
HSL33º100%88.24%-
HSV(B)33º23.53%100%-
XYZ78.8380.6963.05-
YUV232.31106.95144.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 195 (76.56% from 255) = 28.76%
R=37.61%
G=33.63%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819500.110.2403310088.24
HexFFE4C30B180216458
Octal37734430301330041144130
Binary1111111111100100110000110101111000010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4C3; }

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

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

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

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

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

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

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

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