#FDE2BF

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

Shades of Bisque #FDE2BF

Tints of Bisque #FDE2BF

Color information

#FDE2BF (or 0xFDE2BF) is unknown color: approx Bisque. HEX triplet: FD, E2 and BF. RGB value is (253,226,191). Sum of RGB (Red+Green+Blue) = 253+226+191=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BF is #021D40. Grayscale: #E6E6E6. Windows color (decimal): -138561 or 12575485. OLE color: 12575485.

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

Color convert

RGB253226191-
CMYK00.110.250.01
HSL33.87º93.94%87.06%-
HSV(B)33.87º24.51%99.22%-
XYZ77.1179.0460.48-
YUV230.08105.95144.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 191 (75% from 255) = 28.51%
R=37.76%
G=33.73%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322619100.110.250.0133.8793.9487.06
HexFDE2BF0B191225e57
Octal37534227701331142136127
Binary1111110111100010101111110101111001110001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2BF; }

 p { color: rgb(253,226,191); }

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

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

 a { background-color: rgb(253,226,191); }

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

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

 span { border-color: rgb(253,226,191); }

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