#FFE6BD

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

Shades of Moccasin #FFE6BD

Tints of Moccasin #FFE6BD

Color information

#FFE6BD (or 0xFFE6BD) is unknown color: approx Moccasin. HEX triplet: FF, E6 and BD. RGB value is (255,230,189). Sum of RGB (Red+Green+Blue) = 255+230+189=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BD is #001942. Grayscale: #E8E8E8. Windows color (decimal): -6467 or 12445439. OLE color: 12445439.

HSL color Cylindrical-coordinate representation of color #FFE6BD: hue angle of 37.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFE6BD is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB255230189-
CMYK00.100.260
HSL37.27º100%87.06%-
HSV(B)37.27º25.88%100%-
XYZ78.7281.5359.73-
YUV232.8103.28143.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 189 (74.22% from 255) = 28.04%
R=37.83%
G=34.12%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523018900.100.26037.2710087.06
HexFFE6BD0A1A0256457
Octal37734627501232045144127
Binary1111111111100110101111010101011010010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6BD; }

 p { color: rgb(255,230,189); }

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

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

 a { background-color: rgb(255,230,189); }

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

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

 span { border-color: rgb(255,230,189); }

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