#FDE2BB

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

Shades of Moccasin #FDE2BB

Tints of Moccasin #FDE2BB

Color information

#FDE2BB (or 0xFDE2BB) is unknown color: approx Moccasin. HEX triplet: FD, E2 and BB. RGB value is (253,226,187). Sum of RGB (Red+Green+Blue) = 253+226+187=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BB is #021D44. Grayscale: #E5E5E5. Windows color (decimal): -138565 or 12313341. OLE color: 12313341.

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

Color convert

RGB253226187-
CMYK00.110.260.01
HSL35.45º94.29%86.27%-
HSV(B)35.45º26.09%99.22%-
XYZ76.6778.8658.19-
YUV229.63103.95144.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 28.08%
R=37.99%
G=33.93%
B=28.08%

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
Decimal25322618700.110.260.0135.4594.2986.27
HexFDE2BB0B1A1235e56
Octal37534227301332143136126
Binary1111110111100010101110110101111010110001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2BB; }

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

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

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

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

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

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

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

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