#FBE4BC

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

Shades of Moccasin #FBE4BC

Tints of Moccasin #FBE4BC

Color information

#FBE4BC (or 0xFBE4BC) is unknown color: approx Moccasin. HEX triplet: FB, E4 and BC. RGB value is (251,228,188). Sum of RGB (Red+Green+Blue) = 251+228+188=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4BC is #041B43. Grayscale: #E6E6E6. Windows color (decimal): -269124 or 12379387. OLE color: 12379387.

HSL color Cylindrical-coordinate representation of color #FBE4BC: hue angle of 38.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE4BC is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251228188-
CMYK00.090.250.02
HSL38.1º88.73%86.08%-
HSV(B)38.1º25.1%98.43%-
XYZ76.679.6358.91-
YUV230.32104.12142.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=37.63%
G=34.18%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122818800.090.250.0238.188.7386.08
HexFBE4BC09192265956
Octal37334427401131246131126
Binary11111011111001001011110001001110011010011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4BC; }

 p { color: rgb(251,228,188); }

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

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

 a { background-color: rgb(251,228,188); }

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

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

 span { border-color: rgb(251,228,188); }

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