#ffe4c4

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

Shades of Bisque #FFE4C4

Tints of Bisque #FFE4C4

Color information

#FFE4C4 (or 0xFFE4C4) is known color: Bisque. HEX triplet: FF, E4 and C4. RGB value is (255,228,196). Sum of RGB (Red+Green+Blue) = 255+228+196=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 196 (76.95% from 255 or 28.87% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C4 is #001B3B. Grayscale: #E8E8E8. Windows color (decimal): -6972 or 12903679. OLE color: 12903679.

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

Color convert

RGB255228196-
CMYK00.110.230
HSL32.54º100%88.43%-
HSV(B)32.54º23.14%100%-
XYZ78.9580.7363.65-
YUV232.42107.45144.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 228 (89.45% from 255) = 33.58%
BLUE value IS 196 (76.95% from 255) = 28.87%
R=37.56%
G=33.58%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819600.110.23032.5410088.43
HexFFE4C40B170216458
Octal37734430401327041144130
Binary1111111111100100110001000101110111010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe4c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe4c4; }

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

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

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

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

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

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

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

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