#FBE1BC

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

Shades of Moccasin #FBE1BC

Tints of Moccasin #FBE1BC

Color information

#FBE1BC (or 0xFBE1BC) is unknown color: approx Moccasin. HEX triplet: FB, E1 and BC. RGB value is (251,225,188). Sum of RGB (Red+Green+Blue) = 251+225+188=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1BC is #041E43. Grayscale: #E4E4E4. Windows color (decimal): -269892 or 12378619. OLE color: 12378619.

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

Color convert

RGB251225188-
CMYK00.100.250.02
HSL35.24º88.73%86.08%-
HSV(B)35.24º25.1%98.43%-
XYZ75.7977.9958.64-
YUV228.56105.11144.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 188 (73.83% from 255) = 28.31%
R=37.80%
G=33.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122518800.100.250.0235.2488.7386.08
HexFBE1BC0A192235956
Octal37334127401231243131126
Binary11111011111000011011110001010110011010001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1BC; }

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

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

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

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

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

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

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

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