#FDE5C4

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

Shades of Bisque #FDE5C4

Tints of Bisque #FDE5C4

Color information

#FDE5C4 (or 0xFDE5C4) is unknown color: approx Bisque. HEX triplet: FD, E5 and C4. RGB value is (253,229,196). Sum of RGB (Red+Green+Blue) = 253+229+196=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5C4 is #021A3B. Grayscale: #E8E8E8. Windows color (decimal): -137788 or 12903933. OLE color: 12903933.

HSL color Cylindrical-coordinate representation of color #FDE5C4: hue angle of 34.74º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDE5C4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253229196-
CMYK00.090.230.01
HSL34.74º93.44%88.04%-
HSV(B)34.74º22.53%99.22%-
XYZ78.4980.9163.7-
YUV232.41107.45142.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 196 (76.95% from 255) = 28.91%
R=37.32%
G=33.78%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322919600.090.230.0134.7493.4488.04
HexFDE5C409171235d58
Octal37534530401127143135130
Binary1111110111100101110001000100110111110001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5C4; }

 p { color: rgb(253,229,196); }

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

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

 a { background-color: rgb(253,229,196); }

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

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

 span { border-color: rgb(253,229,196); }

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