#FDE2B4

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

Shades of Moccasin #FDE2B4

Tints of Moccasin #FDE2B4

Color information

#FDE2B4 (or 0xFDE2B4) is unknown color: approx Moccasin. HEX triplet: FD, E2 and B4. RGB value is (253,226,180). Sum of RGB (Red+Green+Blue) = 253+226+180=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 180 (70.70% from 255 or 27.31% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2B4 is #021D4B. Grayscale: #E5E5E5. Windows color (decimal): -138572 or 11854589. OLE color: 11854589.

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

Color convert

RGB253226180-
CMYK00.110.290.01
HSL37.81º94.81%84.9%-
HSV(B)37.81º28.85%99.22%-
XYZ75.9478.5754.34-
YUV228.83100.45145.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 180 (70.70% from 255) = 27.31%
R=38.39%
G=34.29%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322618000.110.290.0137.8194.8184.9
HexFDE2B40B1D1265f55
Octal37534226401335146137125
Binary1111110111100010101101000101111101110011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2B4; }

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

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

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

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

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

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

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

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