#FDE5C3

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

Shades of Bisque #FDE5C3

Tints of Bisque #FDE5C3

Color information

#FDE5C3 (or 0xFDE5C3) is unknown color: approx Bisque. HEX triplet: FD, E5 and C3. RGB value is (253,229,195). Sum of RGB (Red+Green+Blue) = 253+229+195=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 195 (76.56% from 255 or 28.80% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5C3 is #021A3C. Grayscale: #E8E8E8. Windows color (decimal): -137789 or 12838397. OLE color: 12838397.

HSL color Cylindrical-coordinate representation of color #FDE5C3: hue angle of 35.17º degrees, saturation: 0.94, 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 #FDE5C3 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253229195-
CMYK00.090.230.01
HSL35.17º93.55%87.84%-
HSV(B)35.17º22.92%99.22%-
XYZ78.3880.8663.11-
YUV232.3106.95142.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 195 (76.56% from 255) = 28.80%
R=37.37%
G=33.83%
B=28.80%

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
Decimal25322919500.090.230.0135.1793.5587.84
HexFDE5C309171235e58
Octal37534530301127143136130
Binary1111110111100101110000110100110111110001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5C3; }

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

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

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

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

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

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

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

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