#FFE2C4

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

Shades of Bisque #FFE2C4

Tints of Bisque #FFE2C4

Color information

#FFE2C4 (or 0xFFE2C4) is unknown color: approx Bisque. HEX triplet: FF, E2 and C4. RGB value is (255,226,196). Sum of RGB (Red+Green+Blue) = 255+226+196=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 196 (76.95% from 255 or 28.95% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C4 is #001D3B. Grayscale: #E7E7E7. Windows color (decimal): -7484 or 12903167. OLE color: 12903167.

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

Color convert

RGB255226196-
CMYK00.110.230
HSL30.51º100%88.43%-
HSV(B)30.51º23.14%100%-
XYZ78.479.6463.46-
YUV231.25108.11144.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 196 (76.95% from 255) = 28.95%
R=37.67%
G=33.38%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522619600.110.23030.5110088.43
HexFFE2C40B1701f6458
Octal37734230401327037144130
Binary111111111110001011000100010111011101111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2C4; }

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

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

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

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

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

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

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

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