#FDE1B4

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

Shades of Moccasin #FDE1B4

Tints of Moccasin #FDE1B4

Color information

#FDE1B4 (or 0xFDE1B4) is unknown color: approx Moccasin. HEX triplet: FD, E1 and B4. RGB value is (253,225,180). Sum of RGB (Red+Green+Blue) = 253+225+180=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1B4 is #021E4B. Grayscale: #E4E4E4. Windows color (decimal): -138828 or 11854333. OLE color: 11854333.

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

Color convert

RGB253225180-
CMYK00.110.290.01
HSL36.99º94.81%84.9%-
HSV(B)36.99º28.85%99.22%-
XYZ75.6778.0354.25-
YUV228.24100.78145.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 180 (70.70% from 255) = 27.36%
R=38.45%
G=34.19%
B=27.36%

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
Decimal25322518000.110.290.0136.9994.8184.9
HexFDE1B40B1D1255f55
Octal37534126401335145137125
Binary1111110111100001101101000101111101110010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1B4; }

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

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

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

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

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

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

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

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