#FBE4B6

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

Shades of Moccasin #FBE4B6

Tints of Moccasin #FBE4B6

Color information

#FBE4B6 (or 0xFBE4B6) is unknown color: approx Moccasin. HEX triplet: FB, E4 and B6. RGB value is (251,228,182). Sum of RGB (Red+Green+Blue) = 251+228+182=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4B6 is #041B49. Grayscale: #E5E5E5. Windows color (decimal): -269130 or 11986171. OLE color: 11986171.

HSL color Cylindrical-coordinate representation of color #FBE4B6: hue angle of 40º 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 #FBE4B6 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251228182-
CMYK00.090.270.02
HSL40º89.61%84.9%-
HSV(B)40º27.49%98.43%-
XYZ75.9779.3755.57-
YUV229.63101.12143.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=37.97%
G=34.49%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122818200.090.270.024089.6184.9
HexFBE4B6091B2285a55
Octal37334426601133250132125
Binary11111011111001001011011001001110111010100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4B6; }

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

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

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

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

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

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

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

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