#FDE3C0

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

Shades of Bisque #FDE3C0

Tints of Bisque #FDE3C0

Color information

#FDE3C0 (or 0xFDE3C0) is unknown color: approx Bisque. HEX triplet: FD, E3 and C0. RGB value is (253,227,192). Sum of RGB (Red+Green+Blue) = 253+227+192=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3C0 is #021C3F. Grayscale: #E6E6E6. Windows color (decimal): -138304 or 12641277. OLE color: 12641277.

HSL color Cylindrical-coordinate representation of color #FDE3C0: hue angle of 34.43º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDE3C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253227192-
CMYK00.100.240.01
HSL34.43º93.85%87.25%-
HSV(B)34.43º24.11%99.22%-
XYZ77.4979.6361.15-
YUV230.78106.11143.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 192 (75.39% from 255) = 28.57%
R=37.65%
G=33.78%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322719200.100.240.0134.4393.8587.25
HexFDE3C00A181225e57
Octal37534330001230142136127
Binary1111110111100011110000000101011000110001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3C0; }

 p { color: rgb(253,227,192); }

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

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

 a { background-color: rgb(253,227,192); }

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

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

 span { border-color: rgb(253,227,192); }

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