#FDE2BD

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

Shades of Bisque #FDE2BD

Tints of Bisque #FDE2BD

Color information

#FDE2BD (or 0xFDE2BD) is unknown color: approx Bisque. HEX triplet: FD, E2 and BD. RGB value is (253,226,189). Sum of RGB (Red+Green+Blue) = 253+226+189=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BD is #021D42. Grayscale: #E6E6E6. Windows color (decimal): -138563 or 12444413. OLE color: 12444413.

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

Color convert

RGB253226189-
CMYK00.110.250.01
HSL34.69º94.12%86.67%-
HSV(B)34.69º25.3%99.22%-
XYZ76.8978.9559.33-
YUV229.86104.95144.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 189 (74.22% from 255) = 28.29%
R=37.87%
G=33.83%
B=28.29%

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
Decimal25322618900.110.250.0134.6994.1286.67
HexFDE2BD0B191235e57
Octal37534227501331143136127
Binary1111110111100010101111010101111001110001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2BD; }

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

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

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

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

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

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

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

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