#FFE3BF

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

Shades of Bisque #FFE3BF

Tints of Bisque #FFE3BF

Color information

#FFE3BF (or 0xFFE3BF) is unknown color: approx Bisque. HEX triplet: FF, E3 and BF. RGB value is (255,227,191). Sum of RGB (Red+Green+Blue) = 255+227+191=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3BF is #001C40. Grayscale: #E7E7E7. Windows color (decimal): -7233 or 12575743. OLE color: 12575743.

HSL color Cylindrical-coordinate representation of color #FFE3BF: hue angle of 33.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE3BF is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255227191-
CMYK00.110.250
HSL33.75º100%87.45%-
HSV(B)33.75º25.1%100%-
XYZ78.1179.9660.61-
YUV231.27105.28144.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 227 (89.06% from 255) = 33.73%
BLUE value IS 191 (75% from 255) = 28.38%
R=37.89%
G=33.73%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522719100.110.25033.7510087.45
HexFFE3BF0B190226457
Octal37734327701331042144127
Binary1111111111100011101111110101111001010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3BF; }

 p { color: rgb(255,227,191); }

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

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

 a { background-color: rgb(255,227,191); }

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

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

 span { border-color: rgb(255,227,191); }

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