#FDE3BE

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

Shades of Bisque #FDE3BE

Tints of Bisque #FDE3BE

Color information

#FDE3BE (or 0xFDE3BE) is unknown color: approx Bisque. HEX triplet: FD, E3 and BE. RGB value is (253,227,190). Sum of RGB (Red+Green+Blue) = 253+227+190=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3BE is #021C41. Grayscale: #E6E6E6. Windows color (decimal): -138306 or 12510205. OLE color: 12510205.

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

Color convert

RGB253227190-
CMYK00.100.250.01
HSL35.24º94.03%86.86%-
HSV(B)35.24º24.9%99.22%-
XYZ77.2779.5460-
YUV230.56105.11144.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=37.76%
G=33.88%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322719000.100.250.0135.2494.0386.86
HexFDE3BE0A191235e57
Octal37534327601231143136127
Binary1111110111100011101111100101011001110001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3BE; }

 p { color: rgb(253,227,190); }

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

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

 a { background-color: rgb(253,227,190); }

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

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

 span { border-color: rgb(253,227,190); }

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