#FFE2C8

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

Shades of Bisque #FFE2C8

Tints of Bisque #FFE2C8

Color information

#FFE2C8 (or 0xFFE2C8) is unknown color: approx Bisque. HEX triplet: FF, E2 and C8. RGB value is (255,226,200). Sum of RGB (Red+Green+Blue) = 255+226+200=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C8 is #001D37. Grayscale: #E7E7E7. Windows color (decimal): -7480 or 13165311. OLE color: 13165311.

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

Color convert

RGB255226200-
CMYK00.110.220
HSL28.36º100%89.22%-
HSV(B)28.36º21.57%100%-
XYZ78.8679.8265.89-
YUV231.71110.11144.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 200 (78.52% from 255) = 29.37%
R=37.44%
G=33.19%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522620000.110.22028.3610089.22
HexFFE2C80B1601c6459
Octal37734231001326034144131
Binary111111111110001011001000010111011001110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2C8; }

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

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

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

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

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

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

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

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