#FFE5C2

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

Shades of Bisque #FFE5C2

Tints of Bisque #FFE5C2

Color information

#FFE5C2 (or 0xFFE5C2) is unknown color: approx Bisque. HEX triplet: FF, E5 and C2. RGB value is (255,229,194). Sum of RGB (Red+Green+Blue) = 255+229+194=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C2 is #001A3D. Grayscale: #E8E8E8. Windows color (decimal): -6718 or 12772863. OLE color: 12772863.

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

Color convert

RGB255229194-
CMYK00.100.240
HSL34.43º100%88.04%-
HSV(B)34.43º23.92%100%-
XYZ7981.1962.55-
YUV232.78106.11143.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 194 (76.17% from 255) = 28.61%
R=37.61%
G=33.78%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522919400.100.24034.4310088.04
HexFFE5C20A180226458
Octal37734530201230042144130
Binary1111111111100101110000100101011000010001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5C2; }

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

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

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

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

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

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

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

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