#FFE5CB

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

Shades of Bisque #FFE5CB

Tints of Bisque #FFE5CB

Color information

#FFE5CB (or 0xFFE5CB) is unknown color: approx Bisque. HEX triplet: FF, E5 and CB. RGB value is (255,229,203). Sum of RGB (Red+Green+Blue) = 255+229+203=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CB is #001A34. Grayscale: #E9E9E9. Windows color (decimal): -6709 or 13362687. OLE color: 13362687.

HSL color Cylindrical-coordinate representation of color #FFE5CB: hue angle of 30º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE5CB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255229203-
CMYK00.100.200
HSL30º100%89.8%-
HSV(B)30º20.39%100%-
XYZ80.0481.6168.03-
YUV233.81110.61143.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=37.12%
G=33.33%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522920300.100.2003010089.8
HexFFE5CB0A1401e645a
Octal37734531301224036144132
Binary111111111110010111001011010101010001111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5CB; }

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

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

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

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

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

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

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

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