#FBE1B6

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

Shades of Moccasin #FBE1B6

Tints of Moccasin #FBE1B6

Color information

#FBE1B6 (or 0xFBE1B6) is unknown color: approx Moccasin. HEX triplet: FB, E1 and B6. RGB value is (251,225,182). Sum of RGB (Red+Green+Blue) = 251+225+182=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1B6 is #041E49. Grayscale: #E4E4E4. Windows color (decimal): -269898 or 11985403. OLE color: 11985403.

HSL color Cylindrical-coordinate representation of color #FBE1B6: hue angle of 37.39º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBE1B6 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251225182-
CMYK00.100.270.02
HSL37.39º89.61%84.9%-
HSV(B)37.39º27.49%98.43%-
XYZ75.1577.7455.3-
YUV227.87102.11144.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 182 (71.48% from 255) = 27.66%
R=38.15%
G=34.19%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122518200.100.270.0237.3989.6184.9
HexFBE1B60A1B2255a55
Octal37334126601233245132125
Binary11111011111000011011011001010110111010010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1B6; }

 p { color: rgb(251,225,182); }

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

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

 a { background-color: rgb(251,225,182); }

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

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

 span { border-color: rgb(251,225,182); }

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