#FDE3B2

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

Shades of Moccasin #FDE3B2

Tints of Moccasin #FDE3B2

Color information

#FDE3B2 (or 0xFDE3B2) is unknown color: approx Moccasin. HEX triplet: FD, E3 and B2. RGB value is (253,227,178). Sum of RGB (Red+Green+Blue) = 253+227+178=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3B2 is #021C4D. Grayscale: #E5E5E5. Windows color (decimal): -138318 or 11723773. OLE color: 11723773.

HSL color Cylindrical-coordinate representation of color #FDE3B2: hue angle of 39.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE3B2 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253227178-
CMYK00.100.300.01
HSL39.2º94.94%84.51%-
HSV(B)39.2º29.64%99.22%-
XYZ76.0179.0453.37-
YUV229.1999.11144.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 227 (89.06% from 255) = 34.50%
BLUE value IS 178 (69.92% from 255) = 27.05%
R=38.45%
G=34.50%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322717800.100.300.0139.294.9484.51
HexFDE3B20A1E1275f55
Octal37534326201236147137125
Binary1111110111100011101100100101011110110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3B2; }

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

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

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

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

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

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

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

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