#FDE1B2

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

Shades of Moccasin #FDE1B2

Tints of Moccasin #FDE1B2

Color information

#FDE1B2 (or 0xFDE1B2) is unknown color: approx Moccasin. HEX triplet: FD, E1 and B2. RGB value is (253,225,178). Sum of RGB (Red+Green+Blue) = 253+225+178=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1B2 is #021E4D. Grayscale: #E4E4E4. Windows color (decimal): -138830 or 11723261. OLE color: 11723261.

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

Color convert

RGB253225178-
CMYK00.110.300.01
HSL37.6º94.94%84.51%-
HSV(B)37.6º29.64%99.22%-
XYZ75.4777.9553.19-
YUV228.0199.78145.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 178 (69.92% from 255) = 27.13%
R=38.57%
G=34.30%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322517800.110.300.0137.694.9484.51
HexFDE1B20B1E1265f55
Octal37534126201336146137125
Binary1111110111100001101100100101111110110011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1B2; }

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

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

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

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

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

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

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

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