#FFE4C2

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

Shades of Bisque #FFE4C2

Tints of Bisque #FFE4C2

Color information

#FFE4C2 (or 0xFFE4C2) is unknown color: approx Bisque. HEX triplet: FF, E4 and C2. RGB value is (255,228,194). Sum of RGB (Red+Green+Blue) = 255+228+194=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C2 is #001B3D. Grayscale: #E8E8E8. Windows color (decimal): -6974 or 12772607. OLE color: 12772607.

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

Color convert

RGB255228194-
CMYK00.110.240
HSL33.44º100%88.04%-
HSV(B)33.44º23.92%100%-
XYZ78.7280.6462.46-
YUV232.2106.45144.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 228 (89.45% from 255) = 33.68%
BLUE value IS 194 (76.17% from 255) = 28.66%
R=37.67%
G=33.68%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522819400.110.24033.4410088.04
HexFFE4C20B180216458
Octal37734430201330041144130
Binary1111111111100100110000100101111000010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4C2; }

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

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

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

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

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

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

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

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