#FDE1BD

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

Shades of Bisque #FDE1BD

Tints of Bisque #FDE1BD

Color information

#FDE1BD (or 0xFDE1BD) is unknown color: approx Bisque. HEX triplet: FD, E1 and BD. RGB value is (253,225,189). Sum of RGB (Red+Green+Blue) = 253+225+189=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1BD is #021E42. Grayscale: #E5E5E5. Windows color (decimal): -138819 or 12444157. OLE color: 12444157.

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

Color convert

RGB253225189-
CMYK00.110.250.01
HSL33.75º94.12%86.67%-
HSV(B)33.75º25.3%99.22%-
XYZ76.6278.4159.24-
YUV229.27105.28144.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=37.93%
G=33.73%
B=28.34%

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
Decimal25322518900.110.250.0133.7594.1286.67
HexFDE1BD0B191225e57
Octal37534127501331142136127
Binary1111110111100001101111010101111001110001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1BD; }

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

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

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

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

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

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

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

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