#FDE2B2

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

Shades of Moccasin #FDE2B2

Tints of Moccasin #FDE2B2

Color information

#FDE2B2 (or 0xFDE2B2) is unknown color: approx Moccasin. HEX triplet: FD, E2 and B2. RGB value is (253,226,178). Sum of RGB (Red+Green+Blue) = 253+226+178=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2B2 is #021D4D. Grayscale: #E4E4E4. Windows color (decimal): -138574 or 11723517. OLE color: 11723517.

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

Color convert

RGB253226178-
CMYK00.110.300.01
HSL38.4º94.94%84.51%-
HSV(B)38.4º29.64%99.22%-
XYZ75.7478.4953.28-
YUV228.699.45145.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 178 (69.92% from 255) = 27.09%
R=38.51%
G=34.40%
B=27.09%

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
Decimal25322617800.110.300.0138.494.9484.51
HexFDE2B20B1E1265f55
Octal37534226201336146137125
Binary1111110111100010101100100101111110110011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2B2; }

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

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

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

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

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

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

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

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