#FFE4C6

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

Shades of Bisque #FFE4C6

Tints of Bisque #FFE4C6

Color information

#FFE4C6 (or 0xFFE4C6) is unknown color: approx Bisque. HEX triplet: FF, E4 and C6. RGB value is (255,228,198). Sum of RGB (Red+Green+Blue) = 255+228+198=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 198 (77.73% from 255 or 29.07% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C6 is #001B39. Grayscale: #E8E8E8. Windows color (decimal): -6970 or 13034751. OLE color: 13034751.

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

Color convert

RGB255228198-
CMYK00.110.220
HSL31.58º100%88.82%-
HSV(B)31.58º22.35%100%-
XYZ79.1880.8264.85-
YUV232.65108.45143.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 198 (77.73% from 255) = 29.07%
R=37.44%
G=33.48%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819800.110.22031.5810088.82
HexFFE4C60B160206459
Octal37734430601326040144131
Binary1111111111100100110001100101110110010000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4C6; }

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

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

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

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

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

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

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

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