#FDE2BA

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

Shades of Moccasin #FDE2BA

Tints of Moccasin #FDE2BA

Color information

#FDE2BA (or 0xFDE2BA) is unknown color: approx Moccasin. HEX triplet: FD, E2 and BA. RGB value is (253,226,186). Sum of RGB (Red+Green+Blue) = 253+226+186=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BA is #021D45. Grayscale: #E5E5E5. Windows color (decimal): -138566 or 12247805. OLE color: 12247805.

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

Color convert

RGB253226186-
CMYK00.110.260.01
HSL35.82º94.37%86.08%-
HSV(B)35.82º26.48%99.22%-
XYZ76.5778.8257.63-
YUV229.51103.45144.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=38.05%
G=33.98%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322618600.110.260.0135.8294.3786.08
HexFDE2BA0B1A1245e56
Octal37534227201332144136126
Binary1111110111100010101110100101111010110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2BA; }

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

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

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

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

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

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

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

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